Shades of Saffron #FCC42D
Tints of Saffron #FCC42D
RGB
CMYK
RGB Variations
Color information
#FCC42D (or 0xFCC42D) is known color: Saffron. HEX triplet: FC, C4 and 2D. RGB value is (252,196,45). Sum of RGB (Red+Green+Blue) = 252+196+45=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC42D is #033BD2. Grayscale: #C4C4C4. Windows color (decimal): -211923 or 2999548. OLE color: 2999548.
HSL color Cylindrical-coordinate representation of color #FCC42D: hue angle of 43.77º 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 #FCC42D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 45 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.01 |
| HSL | 43.77º | 0.97% | 0.58% | - |
| HSV(B) | 43.77º | 0.82% | 0.99% | - |
| XYZ | 60.36 | 60.36 | 10.95 | - |
| YUV | 195.53 | 43.05 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 45 | 0 | 0.22 | 0.82 | 0.01 | 43.77 | 0.97 | 0.58 |
| Hex | FC | C4 | 2D | 0 | 16 | 52 | 1 | 2C | 61 | 3A |
| Octal | 374 | 304 | 55 | 0 | 26 | 122 | 1 | 54 | 141 | 72 |
| Binary | 11111100 | 11000100 | 101101 | 0 | 10110 | 1010010 | 1 | 101100 | 1100001 | 111010 |
Color Harmonies of #FCC42D
Complementary color
Monochromatic Colors of #FCC42D
Black with #FCC42D
Text Example
Text Example
White with #FCC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC42D; }
p { color: rgb(252,196,45); }
H1.HeaderClassName
{
color: #FCC42D;
}
.AnyTagClassName
{
color: #FCC42D;
}
</style>
background-color css
<style>
a { background-color: #FCC42D; }
a { background-color: rgb(252,196,45); }
div.DivClassName
{
background-color: #FCC42D;
}
.BgClassName
{
background-color: #FCC42D;
}
</style>
border-color css
<style>
span { border-color: #FCC42D; }
span { border-color: rgb(252,196,45); }
td.TdClassName
{
border-color: #FCC42D;
}
.TagClassName
{
border-color: #FCC42D;
}
</style>