Shades of Saffron #F4BE3E
Tints of Saffron #F4BE3E
RGB
CMYK
RGB Variations
Color information
#F4BE3E (or 0xF4BE3E) is known color: Saffron. HEX triplet: F4, BE and 3E. RGB value is (244,190,62). Sum of RGB (Red+Green+Blue) = 244+190+62=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BE3E is #0B41C1. Grayscale: #C0C0C0. Windows color (decimal): -737730 or 4112116. OLE color: 4112116.
HSL color Cylindrical-coordinate representation of color #F4BE3E: hue angle of 42.2º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4BE3E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 62 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.04 |
| HSL | 42.2º | 0.89% | 0.6% | - |
| HSV(B) | 42.2º | 0.75% | 0.96% | - |
| XYZ | 56.59 | 56.41 | 12.46 | - |
| YUV | 191.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 62 | 0 | 0.22 | 0.75 | 0.04 | 42.2 | 0.89 | 0.6 |
| Hex | F4 | BE | 3E | 0 | 16 | 4B | 4 | 2A | 59 | 3C |
| Octal | 364 | 276 | 76 | 0 | 26 | 113 | 4 | 52 | 131 | 74 |
| Binary | 11110100 | 10111110 | 111110 | 0 | 10110 | 1001011 | 100 | 101010 | 1011001 | 111100 |
Color Harmonies of #F4BE3E
Complementary color
Monochromatic Colors of #F4BE3E
Black with #F4BE3E
Text Example
Text Example
White with #F4BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BE3E; }
p { color: rgb(244,190,62); }
H1.HeaderClassName
{
color: #F4BE3E;
}
.AnyTagClassName
{
color: #F4BE3E;
}
</style>
background-color css
<style>
a { background-color: #F4BE3E; }
a { background-color: rgb(244,190,62); }
div.DivClassName
{
background-color: #F4BE3E;
}
.BgClassName
{
background-color: #F4BE3E;
}
</style>
border-color css
<style>
span { border-color: #F4BE3E; }
span { border-color: rgb(244,190,62); }
td.TdClassName
{
border-color: #F4BE3E;
}
.TagClassName
{
border-color: #F4BE3E;
}
</style>