Shades of Saffron #F4C034
Tints of Saffron #F4C034
RGB
CMYK
RGB Variations
Color information
#F4C034 (or 0xF4C034) is known color: Saffron. HEX triplet: F4, C0 and 34. RGB value is (244,192,52). Sum of RGB (Red+Green+Blue) = 244+192+52=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C034 is #0B3FCB. Grayscale: #C0C0C0. Windows color (decimal): -737228 or 3457268. OLE color: 3457268.
HSL color Cylindrical-coordinate representation of color #F4C034: hue angle of 43.75º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4C034 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 52 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.04 |
| HSL | 43.75º | 0.9% | 0.58% | - |
| HSV(B) | 43.75º | 0.79% | 0.96% | - |
| XYZ | 56.78 | 57.18 | 11.29 | - |
| YUV | 191.59 | 49.23 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 52 | 0 | 0.21 | 0.79 | 0.04 | 43.75 | 0.9 | 0.58 |
| Hex | F4 | C0 | 34 | 0 | 15 | 4F | 4 | 2C | 5A | 3A |
| Octal | 364 | 300 | 64 | 0 | 25 | 117 | 4 | 54 | 132 | 72 |
| Binary | 11110100 | 11000000 | 110100 | 0 | 10101 | 1001111 | 100 | 101100 | 1011010 | 111010 |
Color Harmonies of #F4C034
Complementary color
Monochromatic Colors of #F4C034
Black with #F4C034
Text Example
Text Example
White with #F4C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C034; }
p { color: rgb(244,192,52); }
H1.HeaderClassName
{
color: #F4C034;
}
.AnyTagClassName
{
color: #F4C034;
}
</style>
background-color css
<style>
a { background-color: #F4C034; }
a { background-color: rgb(244,192,52); }
div.DivClassName
{
background-color: #F4C034;
}
.BgClassName
{
background-color: #F4C034;
}
</style>
border-color css
<style>
span { border-color: #F4C034; }
span { border-color: rgb(244,192,52); }
td.TdClassName
{
border-color: #F4C034;
}
.TagClassName
{
border-color: #F4C034;
}
</style>