Shades of Saffron #F4BA34
Tints of Saffron #F4BA34
RGB
CMYK
RGB Variations
Color information
#F4BA34 (or 0xF4BA34) is known color: Saffron. HEX triplet: F4, BA and 34. RGB value is (244,186,52). Sum of RGB (Red+Green+Blue) = 244+186+52=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BA34 is #0B45CB. Grayscale: #BCBCBC. Windows color (decimal): -738764 or 3455732. OLE color: 3455732.
HSL color Cylindrical-coordinate representation of color #F4BA34: hue angle of 41.88º 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 #F4BA34 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 52 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.04 |
| HSL | 41.88º | 0.9% | 0.58% | - |
| HSV(B) | 41.88º | 0.79% | 0.96% | - |
| XYZ | 55.49 | 54.6 | 10.86 | - |
| YUV | 188.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 52 | 0 | 0.24 | 0.79 | 0.04 | 41.88 | 0.9 | 0.58 |
| Hex | F4 | BA | 34 | 0 | 18 | 4F | 4 | 2A | 5A | 3A |
| Octal | 364 | 272 | 64 | 0 | 30 | 117 | 4 | 52 | 132 | 72 |
| Binary | 11110100 | 10111010 | 110100 | 0 | 11000 | 1001111 | 100 | 101010 | 1011010 | 111010 |
Color Harmonies of #F4BA34
Complementary color
Monochromatic Colors of #F4BA34
Black with #F4BA34
Text Example
Text Example
White with #F4BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA34; }
p { color: rgb(244,186,52); }
H1.HeaderClassName
{
color: #F4BA34;
}
.AnyTagClassName
{
color: #F4BA34;
}
</style>
background-color css
<style>
a { background-color: #F4BA34; }
a { background-color: rgb(244,186,52); }
div.DivClassName
{
background-color: #F4BA34;
}
.BgClassName
{
background-color: #F4BA34;
}
</style>
border-color css
<style>
span { border-color: #F4BA34; }
span { border-color: rgb(244,186,52); }
td.TdClassName
{
border-color: #F4BA34;
}
.TagClassName
{
border-color: #F4BA34;
}
</style>