Html Css Color HEX #FCF032 Gorse

📋 copy color: '#FCF032'

red 252 ◦ green 240 ◦ blue 50

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

Shades of Gorse #FCF032

Tints of Gorse #FCF032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.28%

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

R = 46.49%
G = 44.28%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCF032 (or 0xFCF032) is known color: Gorse. HEX triplet: FC, F0 and 32. RGB value is (252,240,50). Sum of RGB (Red+Green+Blue) = 252+240+50=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 50 (19.92% from 255 or 9.23% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF032 is #030FCD. Grayscale: #DEDEDE. Windows color (decimal): -200654 or 3338492. OLE color: 3338492.

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

Color convert

RGB 252 240 50 -
CMYK 0 0.05 0.80 0.01
HSL 56.44º 0.97% 0.59% -
HSV(B) 56.44º 0.8% 0.99% -
XYZ 71.88 83.25 15.3 -
YUV 221.93 30.98 149.45 -
System Red Green Blue C M Y K H S L
Decimal 252 240 50 0 0.05 0.80 0.01 56.44 0.97 0.59
Hex FC F0 32 0 5 50 1 38 61 3B
Octal 374 360 62 0 5 120 1 70 141 73
Binary 11111100 11110000 110010 0 101 1010000 1 111000 1100001 111011

Color Harmonies of #FCF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF032

Black with #FCF032

Text Example


Text Example

White with #FCF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF032; }

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

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

background-color css

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

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

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

border-color css

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

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

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