Html Css Color HEX #FEE032 Gorse

📋 copy color: '#FEE032'

red 254 ◦ green 224 ◦ blue 50

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

Shades of Gorse #FEE032

Tints of Gorse #FEE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.47%

R = 48.11%
G = 42.42%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEE032 (or 0xFEE032) is known color: Gorse. HEX triplet: FE, E0 and 32. RGB value is (254,224,50). Sum of RGB (Red+Green+Blue) = 254+224+50=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE032 is #011FCD. Grayscale: #D5D5D5. Windows color (decimal): -73678 or 3334398. OLE color: 3334398.

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

Color convert

RGB 254 224 50 -
CMYK 0 0.12 0.80 0.00
HSL 51.18º 0.99% 0.6% -
HSV(B) 51.18º 0.8% 1% -
XYZ 68.1 74.61 13.83 -
YUV 213.13 35.94 157.15 -
System Red Green Blue C M Y K H S L
Decimal 254 224 50 0 0.12 0.80 0.00 51.18 0.99 0.6
Hex FE E0 32 0 C 50 0 33 63 3C
Octal 376 340 62 0 14 120 0 63 143 74
Binary 11111110 11100000 110010 0 1100 1010000 0 110011 1100011 111100

Color Harmonies of #FEE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE032

Black with #FEE032

Text Example


Text Example

White with #FEE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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