Html Css Color HEX #FEEC32 Gorse

📋 copy color: '#FEEC32'

red 254 ◦ green 236 ◦ blue 50

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

Shades of Gorse #FEEC32

Tints of Gorse #FEEC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.7%

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

R = 47.04%
G = 43.7%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEEC32 (or 0xFEEC32) is known color: Gorse. HEX triplet: FE, EC and 32. RGB value is (254,236,50). Sum of RGB (Red+Green+Blue) = 254+236+50=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC32 is #0113CD. Grayscale: #DCDCDC. Windows color (decimal): -70606 or 3337470. OLE color: 3337470.

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

Color convert

RGB 254 236 50 -
CMYK 0 0.07 0.80 0.00
HSL 54.71º 0.99% 0.6% -
HSV(B) 54.71º 0.8% 1% -
XYZ 71.44 81.29 14.94 -
YUV 220.18 31.96 152.12 -
System Red Green Blue C M Y K H S L
Decimal 254 236 50 0 0.07 0.80 0.00 54.71 0.99 0.6
Hex FE EC 32 0 7 50 0 37 63 3C
Octal 376 354 62 0 7 120 0 67 143 74
Binary 11111110 11101100 110010 0 111 1010000 0 110111 1100011 111100

Color Harmonies of #FEEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC32

Black with #FEEC32

Text Example


Text Example

White with #FEEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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