Shades of Saffron #FCC52F
Tints of Saffron #FCC52F
RGB
CMYK
RGB Variations
Color information
#FCC52F (or 0xFCC52F) is known color: Saffron. HEX triplet: FC, C5 and 2F. RGB value is (252,197,47). Sum of RGB (Red+Green+Blue) = 252+197+47=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC52F is #033AD0. Grayscale: #C4C4C4. Windows color (decimal): -211665 or 3130876. OLE color: 3130876.
HSL color Cylindrical-coordinate representation of color #FCC52F: hue angle of 43.9º 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 #FCC52F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.01 |
| HSL | 43.9º | 0.97% | 0.59% | - |
| HSV(B) | 43.9º | 0.81% | 0.99% | - |
| XYZ | 60.62 | 60.83 | 11.24 | - |
| YUV | 196.35 | 43.72 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 47 | 0 | 0.22 | 0.81 | 0.01 | 43.9 | 0.97 | 0.59 |
| Hex | FC | C5 | 2F | 0 | 16 | 51 | 1 | 2C | 61 | 3B |
| Octal | 374 | 305 | 57 | 0 | 26 | 121 | 1 | 54 | 141 | 73 |
| Binary | 11111100 | 11000101 | 101111 | 0 | 10110 | 1010001 | 1 | 101100 | 1100001 | 111011 |
Color Harmonies of #FCC52F
Complementary color
Monochromatic Colors of #FCC52F
Black with #FCC52F
Text Example
Text Example
White with #FCC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC52F; }
p { color: rgb(252,197,47); }
H1.HeaderClassName
{
color: #FCC52F;
}
.AnyTagClassName
{
color: #FCC52F;
}
</style>
background-color css
<style>
a { background-color: #FCC52F; }
a { background-color: rgb(252,197,47); }
div.DivClassName
{
background-color: #FCC52F;
}
.BgClassName
{
background-color: #FCC52F;
}
</style>
border-color css
<style>
span { border-color: #FCC52F; }
span { border-color: rgb(252,197,47); }
td.TdClassName
{
border-color: #FCC52F;
}
.TagClassName
{
border-color: #FCC52F;
}
</style>