Shades of Saffron #FCC12B
Tints of Saffron #FCC12B
RGB
CMYK
RGB Variations
Color information
#FCC12B (or 0xFCC12B) is known color: Saffron. HEX triplet: FC, C1 and 2B. RGB value is (252,193,43). Sum of RGB (Red+Green+Blue) = 252+193+43=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC12B is #033ED4. Grayscale: #C2C2C2. Windows color (decimal): -212693 or 2867708. OLE color: 2867708.
HSL color Cylindrical-coordinate representation of color #FCC12B: hue angle of 43.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCC12B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 43 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.01 |
| HSL | 43.06º | 0.97% | 0.58% | - |
| HSV(B) | 43.06º | 0.83% | 0.99% | - |
| XYZ | 59.65 | 59.01 | 10.53 | - |
| YUV | 193.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 43 | 0 | 0.23 | 0.83 | 0.01 | 43.06 | 0.97 | 0.58 |
| Hex | FC | C1 | 2B | 0 | 17 | 53 | 1 | 2B | 61 | 3A |
| Octal | 374 | 301 | 53 | 0 | 27 | 123 | 1 | 53 | 141 | 72 |
| Binary | 11111100 | 11000001 | 101011 | 0 | 10111 | 1010011 | 1 | 101011 | 1100001 | 111010 |
Color Harmonies of #FCC12B
Complementary color
Monochromatic Colors of #FCC12B
Black with #FCC12B
Text Example
Text Example
White with #FCC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC12B; }
p { color: rgb(252,193,43); }
H1.HeaderClassName
{
color: #FCC12B;
}
.AnyTagClassName
{
color: #FCC12B;
}
</style>
background-color css
<style>
a { background-color: #FCC12B; }
a { background-color: rgb(252,193,43); }
div.DivClassName
{
background-color: #FCC12B;
}
.BgClassName
{
background-color: #FCC12B;
}
</style>
border-color css
<style>
span { border-color: #FCC12B; }
span { border-color: rgb(252,193,43); }
td.TdClassName
{
border-color: #FCC12B;
}
.TagClassName
{
border-color: #FCC12B;
}
</style>