Shades of Saffron #FCC42E
Tints of Saffron #FCC42E
RGB
CMYK
RGB Variations
Color information
#FCC42E (or 0xFCC42E) is known color: Saffron. HEX triplet: FC, C4 and 2E. RGB value is (252,196,46). Sum of RGB (Red+Green+Blue) = 252+196+46=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC42E is #033BD1. Grayscale: #C4C4C4. Windows color (decimal): -211922 or 3065084. OLE color: 3065084.
HSL color Cylindrical-coordinate representation of color #FCC42E: hue angle of 43.69º 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 #FCC42E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 46 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.01 |
| HSL | 43.69º | 0.97% | 0.58% | - |
| HSV(B) | 43.69º | 0.82% | 0.99% | - |
| XYZ | 60.38 | 60.37 | 11.06 | - |
| YUV | 195.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 46 | 0 | 0.22 | 0.82 | 0.01 | 43.69 | 0.97 | 0.58 |
| Hex | FC | C4 | 2E | 0 | 16 | 52 | 1 | 2C | 61 | 3A |
| Octal | 374 | 304 | 56 | 0 | 26 | 122 | 1 | 54 | 141 | 72 |
| Binary | 11111100 | 11000100 | 101110 | 0 | 10110 | 1010010 | 1 | 101100 | 1100001 | 111010 |
Color Harmonies of #FCC42E
Complementary color
Monochromatic Colors of #FCC42E
Black with #FCC42E
Text Example
Text Example
White with #FCC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC42E; }
p { color: rgb(252,196,46); }
H1.HeaderClassName
{
color: #FCC42E;
}
.AnyTagClassName
{
color: #FCC42E;
}
</style>
background-color css
<style>
a { background-color: #FCC42E; }
a { background-color: rgb(252,196,46); }
div.DivClassName
{
background-color: #FCC42E;
}
.BgClassName
{
background-color: #FCC42E;
}
</style>
border-color css
<style>
span { border-color: #FCC42E; }
span { border-color: rgb(252,196,46); }
td.TdClassName
{
border-color: #FCC42E;
}
.TagClassName
{
border-color: #FCC42E;
}
</style>