Shades of Saffron #F5BF28
Tints of Saffron #F5BF28
RGB
CMYK
RGB Variations
Color information
#F5BF28 (or 0xF5BF28) is known color: Saffron. HEX triplet: F5, BF and 28. RGB value is (245,191,40). Sum of RGB (Red+Green+Blue) = 245+191+40=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF28 is #0A40D7. Grayscale: #BEBEBE. Windows color (decimal): -671960 or 2670581. OLE color: 2670581.
HSL color Cylindrical-coordinate representation of color #F5BF28: hue angle of 44.2º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5BF28 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.04 |
| HSL | 44.2º | 0.91% | 0.56% | - |
| HSV(B) | 44.2º | 0.84% | 0.96% | - |
| XYZ | 56.67 | 56.83 | 9.99 | - |
| YUV | 189.93 | 43.39 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 40 | 0 | 0.22 | 0.84 | 0.04 | 44.2 | 0.91 | 0.56 |
| Hex | F5 | BF | 28 | 0 | 16 | 54 | 4 | 2C | 5B | 38 |
| Octal | 365 | 277 | 50 | 0 | 26 | 124 | 4 | 54 | 133 | 70 |
| Binary | 11110101 | 10111111 | 101000 | 0 | 10110 | 1010100 | 100 | 101100 | 1011011 | 111000 |
Color Harmonies of #F5BF28
Complementary color
Monochromatic Colors of #F5BF28
Black with #F5BF28
Text Example
Text Example
White with #F5BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF28; }
p { color: rgb(245,191,40); }
H1.HeaderClassName
{
color: #F5BF28;
}
.AnyTagClassName
{
color: #F5BF28;
}
</style>
background-color css
<style>
a { background-color: #F5BF28; }
a { background-color: rgb(245,191,40); }
div.DivClassName
{
background-color: #F5BF28;
}
.BgClassName
{
background-color: #F5BF28;
}
</style>
border-color css
<style>
span { border-color: #F5BF28; }
span { border-color: rgb(245,191,40); }
td.TdClassName
{
border-color: #F5BF28;
}
.TagClassName
{
border-color: #F5BF28;
}
</style>