Shades of Saffron #F4C32C
Tints of Saffron #F4C32C
RGB
CMYK
RGB Variations
Color information
#F4C32C (or 0xF4C32C) is known color: Saffron. HEX triplet: F4, C3 and 2C. RGB value is (244,195,44). Sum of RGB (Red+Green+Blue) = 244+195+44=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C32C is #0B3CD3. Grayscale: #C1C1C1. Windows color (decimal): -736468 or 2933748. OLE color: 2933748.
HSL color Cylindrical-coordinate representation of color #F4C32C: hue angle of 45.3º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4C32C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 44 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.04 |
| HSL | 45.3º | 0.9% | 0.56% | - |
| HSV(B) | 45.3º | 0.82% | 0.96% | - |
| XYZ | 57.28 | 58.45 | 10.65 | - |
| YUV | 192.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 44 | 0 | 0.20 | 0.82 | 0.04 | 45.3 | 0.9 | 0.56 |
| Hex | F4 | C3 | 2C | 0 | 14 | 52 | 4 | 2D | 5A | 38 |
| Octal | 364 | 303 | 54 | 0 | 24 | 122 | 4 | 55 | 132 | 70 |
| Binary | 11110100 | 11000011 | 101100 | 0 | 10100 | 1010010 | 100 | 101101 | 1011010 | 111000 |
Color Harmonies of #F4C32C
Complementary color
Monochromatic Colors of #F4C32C
Black with #F4C32C
Text Example
Text Example
White with #F4C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C32C; }
p { color: rgb(244,195,44); }
H1.HeaderClassName
{
color: #F4C32C;
}
.AnyTagClassName
{
color: #F4C32C;
}
</style>
background-color css
<style>
a { background-color: #F4C32C; }
a { background-color: rgb(244,195,44); }
div.DivClassName
{
background-color: #F4C32C;
}
.BgClassName
{
background-color: #F4C32C;
}
</style>
border-color css
<style>
span { border-color: #F4C32C; }
span { border-color: rgb(244,195,44); }
td.TdClassName
{
border-color: #F4C32C;
}
.TagClassName
{
border-color: #F4C32C;
}
</style>