Shades of Saffron #FCC127
Tints of Saffron #FCC127
RGB
CMYK
RGB Variations
Color information
#FCC127 (or 0xFCC127) is known color: Saffron. HEX triplet: FC, C1 and 27. RGB value is (252,193,39). Sum of RGB (Red+Green+Blue) = 252+193+39=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC127 is #033ED8. Grayscale: #C1C1C1. Windows color (decimal): -212697 or 2605564. OLE color: 2605564.
HSL color Cylindrical-coordinate representation of color #FCC127: hue angle of 43.38º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCC127 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 39 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.01 |
| HSL | 43.38º | 0.97% | 0.57% | - |
| HSV(B) | 43.38º | 0.85% | 0.99% | - |
| XYZ | 59.58 | 58.98 | 10.16 | - |
| YUV | 193.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 39 | 0 | 0.23 | 0.85 | 0.01 | 43.38 | 0.97 | 0.57 |
| Hex | FC | C1 | 27 | 0 | 17 | 55 | 1 | 2B | 61 | 39 |
| Octal | 374 | 301 | 47 | 0 | 27 | 125 | 1 | 53 | 141 | 71 |
| Binary | 11111100 | 11000001 | 100111 | 0 | 10111 | 1010101 | 1 | 101011 | 1100001 | 111001 |
Color Harmonies of #FCC127
Complementary color
Monochromatic Colors of #FCC127
Black with #FCC127
Text Example
Text Example
White with #FCC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC127; }
p { color: rgb(252,193,39); }
H1.HeaderClassName
{
color: #FCC127;
}
.AnyTagClassName
{
color: #FCC127;
}
</style>
background-color css
<style>
a { background-color: #FCC127; }
a { background-color: rgb(252,193,39); }
div.DivClassName
{
background-color: #FCC127;
}
.BgClassName
{
background-color: #FCC127;
}
</style>
border-color css
<style>
span { border-color: #FCC127; }
span { border-color: rgb(252,193,39); }
td.TdClassName
{
border-color: #FCC127;
}
.TagClassName
{
border-color: #FCC127;
}
</style>