Shades of Saffron #F4BC31
Tints of Saffron #F4BC31
RGB
CMYK
RGB Variations
Color information
#F4BC31 (or 0xF4BC31) is known color: Saffron. HEX triplet: F4, BC and 31. RGB value is (244,188,49). Sum of RGB (Red+Green+Blue) = 244+188+49=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC31 is #0B43CE. Grayscale: #BDBDBD. Windows color (decimal): -738255 or 3259636. OLE color: 3259636.
HSL color Cylindrical-coordinate representation of color #F4BC31: hue angle of 42.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4BC31 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 49 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.04 |
| HSL | 42.77º | 0.9% | 0.57% | - |
| HSV(B) | 42.77º | 0.8% | 0.96% | - |
| XYZ | 55.85 | 55.42 | 10.66 | - |
| YUV | 188.9 | 49.05 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 49 | 0 | 0.23 | 0.80 | 0.04 | 42.77 | 0.9 | 0.57 |
| Hex | F4 | BC | 31 | 0 | 17 | 50 | 4 | 2B | 5A | 39 |
| Octal | 364 | 274 | 61 | 0 | 27 | 120 | 4 | 53 | 132 | 71 |
| Binary | 11110100 | 10111100 | 110001 | 0 | 10111 | 1010000 | 100 | 101011 | 1011010 | 111001 |
Color Harmonies of #F4BC31
Complementary color
Monochromatic Colors of #F4BC31
Black with #F4BC31
Text Example
Text Example
White with #F4BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC31; }
p { color: rgb(244,188,49); }
H1.HeaderClassName
{
color: #F4BC31;
}
.AnyTagClassName
{
color: #F4BC31;
}
</style>
background-color css
<style>
a { background-color: #F4BC31; }
a { background-color: rgb(244,188,49); }
div.DivClassName
{
background-color: #F4BC31;
}
.BgClassName
{
background-color: #F4BC31;
}
</style>
border-color css
<style>
span { border-color: #F4BC31; }
span { border-color: rgb(244,188,49); }
td.TdClassName
{
border-color: #F4BC31;
}
.TagClassName
{
border-color: #F4BC31;
}
</style>