#FEE038

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

Shades of Gorse #FEE038

Tints of Gorse #FEE038

Color information

#FEE038 (or 0xFEE038) is unknown color: approx Gorse. HEX triplet: FE, E0 and 38. RGB value is (254,224,56). Sum of RGB (Red+Green+Blue) = 254+224+56=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 56 (22.27% from 255 or 10.49% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE038 is #011FC7. Grayscale: #D6D6D6. Windows color (decimal): -73672 or 3727614. OLE color: 3727614.

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

Color convert

RGB25422456-
CMYK00.120.780.00
HSL50.91º99%60.78%-
HSV(B)50.91º77.95%99.61%-
XYZ68.2474.6714.56-
YUV213.8238.94156.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.57%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 56 (22.27% from 255) = 10.49%
R=47.57%
G=41.95%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542245600.120.780.0050.919960.78
HexFEE0380C4E033633d
Octal3763407001411606314375
Binary111111101110000011100001100100111001100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE038; }

 p { color: rgb(254,224,56); }

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

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

 a { background-color: rgb(254,224,56); }

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

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

 span { border-color: rgb(254,224,56); }

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