#FEE427

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

Shades of Gorse #FEE427

Tints of Gorse #FEE427

Color information

#FEE427 (or 0xFEE427) is unknown color: approx Gorse. HEX triplet: FE, E4 and 27. RGB value is (254,228,39). Sum of RGB (Red+Green+Blue) = 254+228+39=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 39 (15.62% from 255 or 7.49% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE427 is #011BD8. Grayscale: #D7D7D7. Windows color (decimal): -72665 or 2614526. OLE color: 2614526.

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

Color convert

RGB25422839-
CMYK00.100.850.00
HSL52.74º99.08%57.45%-
HSV(B)52.74º84.65%99.61%-
XYZ68.9876.713.09-
YUV214.2329.11156.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 228 (89.45% from 255) = 43.76%
BLUE value IS 39 (15.62% from 255) = 7.49%
R=48.75%
G=43.76%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542283900.100.850.0052.7499.0857.45
HexFEE4270A550356339
Octal3763444701212506514371
Binary111111101110010010011101010101010101101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE427; }

 p { color: rgb(254,228,39); }

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

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

 a { background-color: rgb(254,228,39); }

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

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

 span { border-color: rgb(254,228,39); }

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