Shades of Saffron #F4CA36
Tints of Saffron #F4CA36
RGB
CMYK
RGB Variations
Color information
#F4CA36 (or 0xF4CA36) is known color: Saffron. HEX triplet: F4, CA and 36. RGB value is (244,202,54). Sum of RGB (Red+Green+Blue) = 244+202+54=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA36 is #0B35C9. Grayscale: #C6C6C6. Windows color (decimal): -734666 or 3590900. OLE color: 3590900.
HSL color Cylindrical-coordinate representation of color #F4CA36: hue angle of 46.74º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4CA36 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 54 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.04 |
| HSL | 46.74º | 0.9% | 0.58% | - |
| HSV(B) | 46.74º | 0.78% | 0.96% | - |
| XYZ | 59.09 | 61.74 | 12.29 | - |
| YUV | 197.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 54 | 0 | 0.17 | 0.78 | 0.04 | 46.74 | 0.9 | 0.58 |
| Hex | F4 | CA | 36 | 0 | 11 | 4E | 4 | 2F | 5A | 3A |
| Octal | 364 | 312 | 66 | 0 | 21 | 116 | 4 | 57 | 132 | 72 |
| Binary | 11110100 | 11001010 | 110110 | 0 | 10001 | 1001110 | 100 | 101111 | 1011010 | 111010 |
Color Harmonies of #F4CA36
Complementary color
Monochromatic Colors of #F4CA36
Black with #F4CA36
Text Example
Text Example
White with #F4CA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CA36; }
p { color: rgb(244,202,54); }
H1.HeaderClassName
{
color: #F4CA36;
}
.AnyTagClassName
{
color: #F4CA36;
}
</style>
background-color css
<style>
a { background-color: #F4CA36; }
a { background-color: rgb(244,202,54); }
div.DivClassName
{
background-color: #F4CA36;
}
.BgClassName
{
background-color: #F4CA36;
}
</style>
border-color css
<style>
span { border-color: #F4CA36; }
span { border-color: rgb(244,202,54); }
td.TdClassName
{
border-color: #F4CA36;
}
.TagClassName
{
border-color: #F4CA36;
}
</style>