Html Css Color HEX #FCC432 Saffron

📋 copy color: '#FCC432'

red 252 ◦ green 196 ◦ blue 50

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

Shades of Saffron #FCC432

Tints of Saffron #FCC432

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.36%

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

R = 50.6%
G = 39.36%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCC432 (or 0xFCC432) is known color: Saffron. HEX triplet: FC, C4 and 32. RGB value is (252,196,50). Sum of RGB (Red+Green+Blue) = 252+196+50=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC432 is #033BCD. Grayscale: #C4C4C4. Windows color (decimal): -211918 or 3327228. OLE color: 3327228.

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

Color convert

RGB 252 196 50 -
CMYK 0 0.22 0.80 0.01
HSL 43.37º 0.97% 0.59% -
HSV(B) 43.37º 0.8% 0.99% -
XYZ 60.46 60.41 11.49 -
YUV 196.1 45.55 167.87 -
System Red Green Blue C M Y K H S L
Decimal 252 196 50 0 0.22 0.80 0.01 43.37 0.97 0.59
Hex FC C4 32 0 16 50 1 2B 61 3B
Octal 374 304 62 0 26 120 1 53 141 73
Binary 11111100 11000100 110010 0 10110 1010000 1 101011 1100001 111011

Color Harmonies of #FCC432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC432

Black with #FCC432

Text Example


Text Example

White with #FCC432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC432; }

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

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

background-color css

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

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

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

border-color css

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

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

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