Html Css Color HEX #FCC32F Saffron

📋 copy color: '#FCC32F'

red 252 ◦ green 195 ◦ blue 47

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

Shades of Saffron #FCC32F

Tints of Saffron #FCC32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.47%

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 51.01%
G = 39.47%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC32F (or 0xFCC32F) is known color: Saffron. HEX triplet: FC, C3 and 2F. RGB value is (252,195,47). Sum of RGB (Red+Green+Blue) = 252+195+47=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC32F is #033CD0. Grayscale: #C3C3C3. Windows color (decimal): -212177 or 3130364. OLE color: 3130364.

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

Color convert

RGB 252 195 47 -
CMYK 0 0.23 0.81 0.01
HSL 43.32º 0.97% 0.59% -
HSV(B) 43.32º 0.81% 0.99% -
XYZ 60.17 59.93 11.09 -
YUV 195.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 252 195 47 0 0.23 0.81 0.01 43.32 0.97 0.59
Hex FC C3 2F 0 17 51 1 2B 61 3B
Octal 374 303 57 0 27 121 1 53 141 73
Binary 11111100 11000011 101111 0 10111 1010001 1 101011 1100001 111011

Color Harmonies of #FCC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC32F

Black with #FCC32F

Text Example


Text Example

White with #FCC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC32F; }

 p { color: rgb(252,195,47); }

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

background-color css

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

 a { background-color: rgb(252,195,47); }

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

border-color css

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

 span { border-color: rgb(252,195,47); }

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