Shades of Saffron #FCC72A
Tints of Saffron #FCC72A
RGB
CMYK
RGB Variations
Color information
#FCC72A (or 0xFCC72A) is known color: Saffron. HEX triplet: FC, C7 and 2A. RGB value is (252,199,42). Sum of RGB (Red+Green+Blue) = 252+199+42=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC72A is #0338D5. Grayscale: #C5C5C5. Windows color (decimal): -211158 or 2803708. OLE color: 2803708.
HSL color Cylindrical-coordinate representation of color #FCC72A: hue angle of 44.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCC72A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 42 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.01 |
| HSL | 44.86º | 0.97% | 0.58% | - |
| HSV(B) | 44.86º | 0.83% | 0.99% | - |
| XYZ | 60.99 | 61.71 | 10.89 | - |
| YUV | 196.95 | 40.56 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 42 | 0 | 0.21 | 0.83 | 0.01 | 44.86 | 0.97 | 0.58 |
| Hex | FC | C7 | 2A | 0 | 15 | 53 | 1 | 2D | 61 | 3A |
| Octal | 374 | 307 | 52 | 0 | 25 | 123 | 1 | 55 | 141 | 72 |
| Binary | 11111100 | 11000111 | 101010 | 0 | 10101 | 1010011 | 1 | 101101 | 1100001 | 111010 |
Color Harmonies of #FCC72A
Complementary color
Monochromatic Colors of #FCC72A
Black with #FCC72A
Text Example
Text Example
White with #FCC72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC72A; }
p { color: rgb(252,199,42); }
H1.HeaderClassName
{
color: #FCC72A;
}
.AnyTagClassName
{
color: #FCC72A;
}
</style>
background-color css
<style>
a { background-color: #FCC72A; }
a { background-color: rgb(252,199,42); }
div.DivClassName
{
background-color: #FCC72A;
}
.BgClassName
{
background-color: #FCC72A;
}
</style>
border-color css
<style>
span { border-color: #FCC72A; }
span { border-color: rgb(252,199,42); }
td.TdClassName
{
border-color: #FCC72A;
}
.TagClassName
{
border-color: #FCC72A;
}
</style>