Shades of Saffron #FCC136
Tints of Saffron #FCC136
RGB
CMYK
RGB Variations
Color information
#FCC136 (or 0xFCC136) is known color: Saffron. HEX triplet: FC, C1 and 36. RGB value is (252,193,54). Sum of RGB (Red+Green+Blue) = 252+193+54=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC136 is #033EC9. Grayscale: #C3C3C3. Windows color (decimal): -212682 or 3588604. OLE color: 3588604.
HSL color Cylindrical-coordinate representation of color #FCC136: hue angle of 42.12º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCC136 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 54 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.01 |
| HSL | 42.12º | 0.97% | 0.6% | - |
| HSV(B) | 42.12º | 0.79% | 0.99% | - |
| XYZ | 59.88 | 59.1 | 11.74 | - |
| YUV | 194.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 54 | 0 | 0.23 | 0.79 | 0.01 | 42.12 | 0.97 | 0.6 |
| Hex | FC | C1 | 36 | 0 | 17 | 4F | 1 | 2A | 61 | 3C |
| Octal | 374 | 301 | 66 | 0 | 27 | 117 | 1 | 52 | 141 | 74 |
| Binary | 11111100 | 11000001 | 110110 | 0 | 10111 | 1001111 | 1 | 101010 | 1100001 | 111100 |
Color Harmonies of #FCC136
Complementary color
Monochromatic Colors of #FCC136
Black with #FCC136
Text Example
Text Example
White with #FCC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC136; }
p { color: rgb(252,193,54); }
H1.HeaderClassName
{
color: #FCC136;
}
.AnyTagClassName
{
color: #FCC136;
}
</style>
background-color css
<style>
a { background-color: #FCC136; }
a { background-color: rgb(252,193,54); }
div.DivClassName
{
background-color: #FCC136;
}
.BgClassName
{
background-color: #FCC136;
}
</style>
border-color css
<style>
span { border-color: #FCC136; }
span { border-color: rgb(252,193,54); }
td.TdClassName
{
border-color: #FCC136;
}
.TagClassName
{
border-color: #FCC136;
}
</style>