Shades of Saffron #FCC62C
Tints of Saffron #FCC62C
RGB
CMYK
RGB Variations
Color information
#FCC62C (or 0xFCC62C) is known color: Saffron. HEX triplet: FC, C6 and 2C. RGB value is (252,198,44). Sum of RGB (Red+Green+Blue) = 252+198+44=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC62C is #0339D3. Grayscale: #C5C5C5. Windows color (decimal): -211412 or 2934524. OLE color: 2934524.
HSL color Cylindrical-coordinate representation of color #FCC62C: hue angle of 44.42º 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 #FCC62C is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 44 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.01 |
| HSL | 44.42º | 0.97% | 0.58% | - |
| HSV(B) | 44.42º | 0.83% | 0.99% | - |
| XYZ | 60.79 | 61.27 | 11 | - |
| YUV | 196.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 44 | 0 | 0.21 | 0.83 | 0.01 | 44.42 | 0.97 | 0.58 |
| Hex | FC | C6 | 2C | 0 | 15 | 53 | 1 | 2C | 61 | 3A |
| Octal | 374 | 306 | 54 | 0 | 25 | 123 | 1 | 54 | 141 | 72 |
| Binary | 11111100 | 11000110 | 101100 | 0 | 10101 | 1010011 | 1 | 101100 | 1100001 | 111010 |
Color Harmonies of #FCC62C
Complementary color
Monochromatic Colors of #FCC62C
Black with #FCC62C
Text Example
Text Example
White with #FCC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC62C; }
p { color: rgb(252,198,44); }
H1.HeaderClassName
{
color: #FCC62C;
}
.AnyTagClassName
{
color: #FCC62C;
}
</style>
background-color css
<style>
a { background-color: #FCC62C; }
a { background-color: rgb(252,198,44); }
div.DivClassName
{
background-color: #FCC62C;
}
.BgClassName
{
background-color: #FCC62C;
}
</style>
border-color css
<style>
span { border-color: #FCC62C; }
span { border-color: rgb(252,198,44); }
td.TdClassName
{
border-color: #FCC62C;
}
.TagClassName
{
border-color: #FCC62C;
}
</style>