Shades of Saffron #F4C235
Tints of Saffron #F4C235
RGB
CMYK
RGB Variations
Color information
#F4C235 (or 0xF4C235) is known color: Saffron. HEX triplet: F4, C2 and 35. RGB value is (244,194,53). Sum of RGB (Red+Green+Blue) = 244+194+53=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C235 is #0B3DCA. Grayscale: #C1C1C1. Windows color (decimal): -736715 or 3523316. OLE color: 3523316.
HSL color Cylindrical-coordinate representation of color #F4C235: hue angle of 44.29º 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 #F4C235 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 53 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.04 |
| HSL | 44.29º | 0.9% | 0.58% | - |
| HSV(B) | 44.29º | 0.78% | 0.96% | - |
| XYZ | 57.24 | 58.07 | 11.56 | - |
| YUV | 192.88 | 49.07 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 53 | 0 | 0.20 | 0.78 | 0.04 | 44.29 | 0.9 | 0.58 |
| Hex | F4 | C2 | 35 | 0 | 14 | 4E | 4 | 2C | 5A | 3A |
| Octal | 364 | 302 | 65 | 0 | 24 | 116 | 4 | 54 | 132 | 72 |
| Binary | 11110100 | 11000010 | 110101 | 0 | 10100 | 1001110 | 100 | 101100 | 1011010 | 111010 |
Color Harmonies of #F4C235
Complementary color
Monochromatic Colors of #F4C235
Black with #F4C235
Text Example
Text Example
White with #F4C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C235; }
p { color: rgb(244,194,53); }
H1.HeaderClassName
{
color: #F4C235;
}
.AnyTagClassName
{
color: #F4C235;
}
</style>
background-color css
<style>
a { background-color: #F4C235; }
a { background-color: rgb(244,194,53); }
div.DivClassName
{
background-color: #F4C235;
}
.BgClassName
{
background-color: #F4C235;
}
</style>
border-color css
<style>
span { border-color: #F4C235; }
span { border-color: rgb(244,194,53); }
td.TdClassName
{
border-color: #F4C235;
}
.TagClassName
{
border-color: #F4C235;
}
</style>