#FEEF28

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

Shades of Gorse #FEEF28

Tints of Gorse #FEEF28

Color information

#FEEF28 (or 0xFEEF28) is unknown color: approx Gorse. HEX triplet: FE, EF and 28. RGB value is (254,239,40). Sum of RGB (Red+Green+Blue) = 254+239+40=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 40 (16.02% from 255 or 7.50% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF28 is #0110D7. Grayscale: #DDDDDD. Windows color (decimal): -69848 or 2682878. OLE color: 2682878.

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

Color convert

RGB25423940-
CMYK00.060.840.00
HSL55.79º99.07%57.65%-
HSV(B)55.79º84.25%99.61%-
XYZ72.1282.9614.22-
YUV220.825.97151.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.65%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 40 (16.02% from 255) = 7.50%
R=47.65%
G=44.84%
B=7.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542394000.060.840.0055.7999.0757.65
HexFEEF280654038633a
Octal376357500612407014372
Binary11111110111011111010000110101010001110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEF28; }

 p { color: rgb(254,239,40); }

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

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

 a { background-color: rgb(254,239,40); }

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

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

 span { border-color: rgb(254,239,40); }

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