Html Css Color HEX #FEE042 Gorse

📋 copy color: '#FEE042'

red 254 ◦ green 224 ◦ blue 66

#FEE042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FEE042

Tints of Gorse #FEE042

RGB

 RED value IS 254 (99.61% from 255) = 46.69%

 GREEN value IS 224 (87.89% from 255) = 41.18%

 BLUE value IS 66 (26.17% from 255) = 12.13%

R = 46.69%
G = 41.18%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEE042 (or 0xFEE042) is known color: Gorse. HEX triplet: FE, E0 and 42. RGB value is (254,224,66). Sum of RGB (Red+Green+Blue) = 254+224+66=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 66 (26.17% from 255 or 12.13% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE042 is #011FBD. Grayscale: #D7D7D7. Windows color (decimal): -73662 or 4382974. OLE color: 4382974.

HSL color Cylindrical-coordinate representation of color #FEE042: hue angle of 50.43º 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 #FEE042 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 66 -
CMYK 0 0.12 0.74 0.00
HSL 50.43º 0.99% 0.63% -
HSV(B) 50.43º 0.74% 1% -
XYZ 68.51 74.78 15.98 -
YUV 214.96 43.94 155.85 -
System Red Green Blue C M Y K H S L
Decimal 254 224 66 0 0.12 0.74 0.00 50.43 0.99 0.63
Hex FE E0 42 0 C 4A 0 32 63 3F
Octal 376 340 102 0 14 112 0 62 143 77
Binary 11111110 11100000 1000010 0 1100 1001010 0 110010 1100011 111111

Color Harmonies of #FEE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE042

Black with #FEE042

Text Example


Text Example

White with #FEE042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE042; }

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

 H1.HeaderClassName
 {
   color: #FEE042;
 }
 .AnyTagClassName
 {
   color: #FEE042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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