Html Css Color HEX #FCF332 Gorse

📋 copy color: '#FCF332'

red 252 ◦ green 243 ◦ blue 50

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

Shades of Gorse #FCF332

Tints of Gorse #FCF332

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

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

R = 46.24%
G = 44.59%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCF332 (or 0xFCF332) is known color: Gorse. HEX triplet: FC, F3 and 32. RGB value is (252,243,50). Sum of RGB (Red+Green+Blue) = 252+243+50=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 50 (19.92% from 255 or 9.17% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF332 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF332 is #030CCD. Grayscale: #E0E0E0. Windows color (decimal): -199886 or 3339260. OLE color: 3339260.

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

Color convert

RGB 252 243 50 -
CMYK 0 0.04 0.80 0.01
HSL 57.33º 0.97% 0.59% -
HSV(B) 57.33º 0.8% 0.99% -
XYZ 72.77 85.03 15.59 -
YUV 223.69 29.98 148.19 -
System Red Green Blue C M Y K H S L
Decimal 252 243 50 0 0.04 0.80 0.01 57.33 0.97 0.59
Hex FC F3 32 0 4 50 1 39 61 3B
Octal 374 363 62 0 4 120 1 71 141 73
Binary 11111100 11110011 110010 0 100 1010000 1 111001 1100001 111011

Color Harmonies of #FCF332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF332

Black with #FCF332

Text Example


Text Example

White with #FCF332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF332; }

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

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

background-color css

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

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

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

border-color css

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

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

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