Shades of Saffron #F4C32A
Tints of Saffron #F4C32A
RGB
CMYK
RGB Variations
Color information
#F4C32A (or 0xF4C32A) is known color: Saffron. HEX triplet: F4, C3 and 2A. RGB value is (244,195,42). Sum of RGB (Red+Green+Blue) = 244+195+42=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C32A is #0B3CD5. Grayscale: #C0C0C0. Windows color (decimal): -736470 or 2802676. OLE color: 2802676.
HSL color Cylindrical-coordinate representation of color #F4C32A: hue angle of 45.45º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4C32A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 42 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.04 |
| HSL | 45.45º | 0.9% | 0.56% | - |
| HSV(B) | 45.45º | 0.83% | 0.96% | - |
| XYZ | 57.24 | 58.43 | 10.45 | - |
| YUV | 192.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 42 | 0 | 0.20 | 0.83 | 0.04 | 45.45 | 0.9 | 0.56 |
| Hex | F4 | C3 | 2A | 0 | 14 | 53 | 4 | 2D | 5A | 38 |
| Octal | 364 | 303 | 52 | 0 | 24 | 123 | 4 | 55 | 132 | 70 |
| Binary | 11110100 | 11000011 | 101010 | 0 | 10100 | 1010011 | 100 | 101101 | 1011010 | 111000 |
Color Harmonies of #F4C32A
Complementary color
Monochromatic Colors of #F4C32A
Black with #F4C32A
Text Example
Text Example
White with #F4C32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C32A; }
p { color: rgb(244,195,42); }
H1.HeaderClassName
{
color: #F4C32A;
}
.AnyTagClassName
{
color: #F4C32A;
}
</style>
background-color css
<style>
a { background-color: #F4C32A; }
a { background-color: rgb(244,195,42); }
div.DivClassName
{
background-color: #F4C32A;
}
.BgClassName
{
background-color: #F4C32A;
}
</style>
border-color css
<style>
span { border-color: #F4C32A; }
span { border-color: rgb(244,195,42); }
td.TdClassName
{
border-color: #F4C32A;
}
.TagClassName
{
border-color: #F4C32A;
}
</style>