Shades of Saffron #FCC129
Tints of Saffron #FCC129
RGB
CMYK
RGB Variations
Color information
#FCC129 (or 0xFCC129) is known color: Saffron. HEX triplet: FC, C1 and 29. RGB value is (252,193,41). Sum of RGB (Red+Green+Blue) = 252+193+41=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC129 is #033ED6. Grayscale: #C1C1C1. Windows color (decimal): -212695 or 2736636. OLE color: 2736636.
HSL color Cylindrical-coordinate representation of color #FCC129: hue angle of 43.22º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCC129 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 41 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.01 |
| HSL | 43.22º | 0.97% | 0.57% | - |
| HSV(B) | 43.22º | 0.84% | 0.99% | - |
| XYZ | 59.62 | 59 | 10.34 | - |
| YUV | 193.31 | 42.05 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 41 | 0 | 0.23 | 0.84 | 0.01 | 43.22 | 0.97 | 0.57 |
| Hex | FC | C1 | 29 | 0 | 17 | 54 | 1 | 2B | 61 | 39 |
| Octal | 374 | 301 | 51 | 0 | 27 | 124 | 1 | 53 | 141 | 71 |
| Binary | 11111100 | 11000001 | 101001 | 0 | 10111 | 1010100 | 1 | 101011 | 1100001 | 111001 |
Color Harmonies of #FCC129
Complementary color
Monochromatic Colors of #FCC129
Black with #FCC129
Text Example
Text Example
White with #FCC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC129; }
p { color: rgb(252,193,41); }
H1.HeaderClassName
{
color: #FCC129;
}
.AnyTagClassName
{
color: #FCC129;
}
</style>
background-color css
<style>
a { background-color: #FCC129; }
a { background-color: rgb(252,193,41); }
div.DivClassName
{
background-color: #FCC129;
}
.BgClassName
{
background-color: #FCC129;
}
</style>
border-color css
<style>
span { border-color: #FCC129; }
span { border-color: rgb(252,193,41); }
td.TdClassName
{
border-color: #FCC129;
}
.TagClassName
{
border-color: #FCC129;
}
</style>