#FEEC30

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

Shades of Gorse #FEEC30

Tints of Gorse #FEEC30

Color information

#FEEC30 (or 0xFEEC30) is unknown color: approx Gorse. HEX triplet: FE, EC and 30. RGB value is (254,236,48). Sum of RGB (Red+Green+Blue) = 254+236+48=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 48 (19.14% from 255 or 8.92% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC30 is #0113CF. Grayscale: #DCDCDC. Windows color (decimal): -70608 or 3206398. OLE color: 3206398.

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

Color convert

RGB25423648-
CMYK00.070.810.00
HSL54.76º99.04%59.22%-
HSV(B)54.76º81.1%99.61%-
XYZ71.481.2814.72-
YUV219.9530.96152.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 48 (19.14% from 255) = 8.92%
R=47.21%
G=43.87%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542364800.070.810.0054.7699.0459.22
HexFEEC300751037633b
Octal376354600712106714373
Binary11111110111011001100000111101000101101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEC30; }

 p { color: rgb(254,236,48); }

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

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

 a { background-color: rgb(254,236,48); }

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

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

 span { border-color: rgb(254,236,48); }

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