Shades of Saffron #F5BF3A
Tints of Saffron #F5BF3A
RGB
CMYK
RGB Variations
Color information
#F5BF3A (or 0xF5BF3A) is known color: Saffron. HEX triplet: F5, BF and 3A. RGB value is (245,191,58). Sum of RGB (Red+Green+Blue) = 245+191+58=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF3A is #0A40C5. Grayscale: #C0C0C0. Windows color (decimal): -671942 or 3850229. OLE color: 3850229.
HSL color Cylindrical-coordinate representation of color #F5BF3A: hue angle of 42.67º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5BF3A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 58 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.04 |
| HSL | 42.67º | 0.9% | 0.59% | - |
| HSV(B) | 42.67º | 0.76% | 0.96% | - |
| XYZ | 57.05 | 56.98 | 11.99 | - |
| YUV | 191.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 58 | 0 | 0.22 | 0.76 | 0.04 | 42.67 | 0.9 | 0.59 |
| Hex | F5 | BF | 3A | 0 | 16 | 4C | 4 | 2B | 5A | 3B |
| Octal | 365 | 277 | 72 | 0 | 26 | 114 | 4 | 53 | 132 | 73 |
| Binary | 11110101 | 10111111 | 111010 | 0 | 10110 | 1001100 | 100 | 101011 | 1011010 | 111011 |
Color Harmonies of #F5BF3A
Complementary color
Monochromatic Colors of #F5BF3A
Black with #F5BF3A
Text Example
Text Example
White with #F5BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF3A; }
p { color: rgb(245,191,58); }
H1.HeaderClassName
{
color: #F5BF3A;
}
.AnyTagClassName
{
color: #F5BF3A;
}
</style>
background-color css
<style>
a { background-color: #F5BF3A; }
a { background-color: rgb(245,191,58); }
div.DivClassName
{
background-color: #F5BF3A;
}
.BgClassName
{
background-color: #F5BF3A;
}
</style>
border-color css
<style>
span { border-color: #F5BF3A; }
span { border-color: rgb(245,191,58); }
td.TdClassName
{
border-color: #F5BF3A;
}
.TagClassName
{
border-color: #F5BF3A;
}
</style>