#FEE942

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

Shades of Gorse #FEE942

Tints of Gorse #FEE942

Color information

#FEE942 (or 0xFEE942) is unknown color: approx Gorse. HEX triplet: FE, E9 and 42. RGB value is (254,233,66). Sum of RGB (Red+Green+Blue) = 254+233+66=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE942 is #0116BD. Grayscale: #DCDCDC. Windows color (decimal): -71358 or 4385278. OLE color: 4385278.

HSL color Cylindrical-coordinate representation of color #FEE942: hue angle of 53.3º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEE942 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB25423366-
CMYK00.080.740.00
HSL53.3º98.95%62.75%-
HSV(B)53.3º74.02%99.61%-
XYZ7179.7416.8-
YUV220.2440.96152.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 66 (26.17% from 255) = 11.93%
R=45.93%
G=42.13%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542336600.080.740.0053.398.9562.75
HexFEE942084A035633f
Octal37635110201011206514377
Binary1111111011101001100001001000100101001101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE942; }

 p { color: rgb(254,233,66); }

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

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

 a { background-color: rgb(254,233,66); }

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

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

 span { border-color: rgb(254,233,66); }

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