Shades of Saffron #F5BB34
Tints of Saffron #F5BB34
RGB
CMYK
RGB Variations
Color information
#F5BB34 (or 0xF5BB34) is known color: Saffron. HEX triplet: F5, BB and 34. RGB value is (245,187,52). Sum of RGB (Red+Green+Blue) = 245+187+52=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB34 is #0A44CB. Grayscale: #BDBDBD. Windows color (decimal): -672972 or 3455989. OLE color: 3455989.
HSL color Cylindrical-coordinate representation of color #F5BB34: hue angle of 41.97º degrees, saturation: 0.91, 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 #F5BB34 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 52 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.04 |
| HSL | 41.97º | 0.91% | 0.58% | - |
| HSV(B) | 41.97º | 0.79% | 0.96% | - |
| XYZ | 56.05 | 55.2 | 10.95 | - |
| YUV | 188.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 52 | 0 | 0.24 | 0.79 | 0.04 | 41.97 | 0.91 | 0.58 |
| Hex | F5 | BB | 34 | 0 | 18 | 4F | 4 | 2A | 5B | 3A |
| Octal | 365 | 273 | 64 | 0 | 30 | 117 | 4 | 52 | 133 | 72 |
| Binary | 11110101 | 10111011 | 110100 | 0 | 11000 | 1001111 | 100 | 101010 | 1011011 | 111010 |
Color Harmonies of #F5BB34
Complementary color
Monochromatic Colors of #F5BB34
Black with #F5BB34
Text Example
Text Example
White with #F5BB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB34; }
p { color: rgb(245,187,52); }
H1.HeaderClassName
{
color: #F5BB34;
}
.AnyTagClassName
{
color: #F5BB34;
}
</style>
background-color css
<style>
a { background-color: #F5BB34; }
a { background-color: rgb(245,187,52); }
div.DivClassName
{
background-color: #F5BB34;
}
.BgClassName
{
background-color: #F5BB34;
}
</style>
border-color css
<style>
span { border-color: #F5BB34; }
span { border-color: rgb(245,187,52); }
td.TdClassName
{
border-color: #F5BB34;
}
.TagClassName
{
border-color: #F5BB34;
}
</style>