#FAE527

Color #FAE527 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FAE527

Tints of Gorse #FAE527

Color information

#FAE527 (or 0xFAE527) is unknown color: approx Gorse. HEX triplet: FA, E5 and 27. RGB value is (250,229,39). Sum of RGB (Red+Green+Blue) = 250+229+39=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 39 (15.62% from 255 or 7.53% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE527 is #051AD8. Grayscale: #D6D6D6. Windows color (decimal): -334553 or 2614778. OLE color: 2614778.

HSL color Cylindrical-coordinate representation of color #FAE527: hue angle of 54.03º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAE527 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB25022939-
CMYK00.080.840.02
HSL54.03º95.48%56.67%-
HSV(B)54.03º84.4%98.04%-
XYZ67.8176.5113.11-
YUV213.6229.46153.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 229 (89.84% from 255) = 44.21%
BLUE value IS 39 (15.62% from 255) = 7.53%
R=48.26%
G=44.21%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502293900.080.840.0254.0395.4856.67
HexFAE52708542365f39
Octal3723454701012426613771
Binary1111101011100101100111010001010100101101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE527; }

 p { color: rgb(250,229,39); }

 H1.HeaderClassName
 {
   color: #FAE527;
 }
 .AnyTagClassName
 {
   color: #FAE527;
 }
</style>
background-color css

<style>
 a { background-color: #FAE527; }

 a { background-color: rgb(250,229,39); }

 div.DivClassName
 {
   background-color: #FAE527;
 }
 .BgClassName
 {
   background-color: #FAE527;
 }
</style>
border-color css

<style>
 span { border-color: #FAE527; }

 span { border-color: rgb(250,229,39); }

 td.TdClassName
 {
   border-color: #FAE527;
 }
 .TagClassName
 {
   border-color: #FAE527;
 }
</style>