Html Css Color HEX #FCE032 Gorse

📋 copy color: '#FCE032'

red 252 ◦ green 224 ◦ blue 50

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

Shades of Gorse #FCE032

Tints of Gorse #FCE032

RGB

 RED value IS 252 (98.83% from 255) = 47.91%

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

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

R = 47.91%
G = 42.59%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCE032 (or 0xFCE032) is known color: Gorse. HEX triplet: FC, E0 and 32. RGB value is (252,224,50). Sum of RGB (Red+Green+Blue) = 252+224+50=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE032 is #031FCD. Grayscale: #D5D5D5. Windows color (decimal): -204750 or 3334396. OLE color: 3334396.

HSL color Cylindrical-coordinate representation of color #FCE032: hue angle of 51.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCE032 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 224 50 -
CMYK 0 0.11 0.80 0.01
HSL 51.68º 0.97% 0.59% -
HSV(B) 51.68º 0.8% 0.99% -
XYZ 67.38 74.24 13.8 -
YUV 212.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 252 224 50 0 0.11 0.80 0.01 51.68 0.97 0.59
Hex FC E0 32 0 B 50 1 34 61 3B
Octal 374 340 62 0 13 120 1 64 141 73
Binary 11111100 11100000 110010 0 1011 1010000 1 110100 1100001 111011

Color Harmonies of #FCE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE032

Black with #FCE032

Text Example


Text Example

White with #FCE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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