Shades of Saffron #FCC128
Tints of Saffron #FCC128
RGB
CMYK
RGB Variations
Color information
#FCC128 (or 0xFCC128) is known color: Saffron. HEX triplet: FC, C1 and 28. RGB value is (252,193,40). Sum of RGB (Red+Green+Blue) = 252+193+40=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC128 is #033ED7. Grayscale: #C1C1C1. Windows color (decimal): -212696 or 2671100. OLE color: 2671100.
HSL color Cylindrical-coordinate representation of color #FCC128: hue angle of 43.3º 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 #FCC128 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 40 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.01 |
| HSL | 43.3º | 0.97% | 0.57% | - |
| HSV(B) | 43.3º | 0.84% | 0.99% | - |
| XYZ | 59.6 | 58.99 | 10.25 | - |
| YUV | 193.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 40 | 0 | 0.23 | 0.84 | 0.01 | 43.3 | 0.97 | 0.57 |
| Hex | FC | C1 | 28 | 0 | 17 | 54 | 1 | 2B | 61 | 39 |
| Octal | 374 | 301 | 50 | 0 | 27 | 124 | 1 | 53 | 141 | 71 |
| Binary | 11111100 | 11000001 | 101000 | 0 | 10111 | 1010100 | 1 | 101011 | 1100001 | 111001 |
Color Harmonies of #FCC128
Complementary color
Monochromatic Colors of #FCC128
Black with #FCC128
Text Example
Text Example
White with #FCC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC128; }
p { color: rgb(252,193,40); }
H1.HeaderClassName
{
color: #FCC128;
}
.AnyTagClassName
{
color: #FCC128;
}
</style>
background-color css
<style>
a { background-color: #FCC128; }
a { background-color: rgb(252,193,40); }
div.DivClassName
{
background-color: #FCC128;
}
.BgClassName
{
background-color: #FCC128;
}
</style>
border-color css
<style>
span { border-color: #FCC128; }
span { border-color: rgb(252,193,40); }
td.TdClassName
{
border-color: #FCC128;
}
.TagClassName
{
border-color: #FCC128;
}
</style>