Shades of Saffron #FCC12E
Tints of Saffron #FCC12E
RGB
CMYK
RGB Variations
Color information
#FCC12E (or 0xFCC12E) is known color: Saffron. HEX triplet: FC, C1 and 2E. RGB value is (252,193,46). Sum of RGB (Red+Green+Blue) = 252+193+46=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC12E is #033ED1. Grayscale: #C2C2C2. Windows color (decimal): -212690 or 3064316. OLE color: 3064316.
HSL color Cylindrical-coordinate representation of color #FCC12E: hue angle of 42.82º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCC12E is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 46 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.01 |
| HSL | 42.82º | 0.97% | 0.58% | - |
| HSV(B) | 42.82º | 0.82% | 0.99% | - |
| XYZ | 59.71 | 59.03 | 10.83 | - |
| YUV | 193.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 46 | 0 | 0.23 | 0.82 | 0.01 | 42.82 | 0.97 | 0.58 |
| Hex | FC | C1 | 2E | 0 | 17 | 52 | 1 | 2B | 61 | 3A |
| Octal | 374 | 301 | 56 | 0 | 27 | 122 | 1 | 53 | 141 | 72 |
| Binary | 11111100 | 11000001 | 101110 | 0 | 10111 | 1010010 | 1 | 101011 | 1100001 | 111010 |
Color Harmonies of #FCC12E
Complementary color
Monochromatic Colors of #FCC12E
Black with #FCC12E
Text Example
Text Example
White with #FCC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC12E; }
p { color: rgb(252,193,46); }
H1.HeaderClassName
{
color: #FCC12E;
}
.AnyTagClassName
{
color: #FCC12E;
}
</style>
background-color css
<style>
a { background-color: #FCC12E; }
a { background-color: rgb(252,193,46); }
div.DivClassName
{
background-color: #FCC12E;
}
.BgClassName
{
background-color: #FCC12E;
}
</style>
border-color css
<style>
span { border-color: #FCC12E; }
span { border-color: rgb(252,193,46); }
td.TdClassName
{
border-color: #FCC12E;
}
.TagClassName
{
border-color: #FCC12E;
}
</style>