#FAEE36

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

Shades of Gorse #FAEE36

Tints of Gorse #FAEE36

Color information

#FAEE36 (or 0xFAEE36) is unknown color: approx Gorse. HEX triplet: FA, EE and 36. RGB value is (250,238,54). Sum of RGB (Red+Green+Blue) = 250+238+54=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 54 (21.48% from 255 or 9.96% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEE36 is #0511C9. Grayscale: #DDDDDD. Windows color (decimal): -332234 or 3600122. OLE color: 3600122.

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

Color convert

RGB25023854-
CMYK00.050.780.02
HSL56.33º95.15%59.61%-
HSV(B)56.33º78.4%98.04%-
XYZ70.6681.7415.54-
YUV220.6133.98148.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.13%
GREEN value IS 238 (93.36% from 255) = 43.91%
BLUE value IS 54 (21.48% from 255) = 9.96%
R=46.13%
G=43.91%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502385400.050.780.0256.3395.1559.61
HexFAEE36054E2385f3c
Octal372356660511627013774
Binary111110101110111011011001011001110101110001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE36; }

 p { color: rgb(250,238,54); }

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

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

 a { background-color: rgb(250,238,54); }

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

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

 span { border-color: rgb(250,238,54); }

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