Shades of Saffron #F5BE2F
Tints of Saffron #F5BE2F
RGB
CMYK
RGB Variations
Color information
#F5BE2F (or 0xF5BE2F) is known color: Saffron. HEX triplet: F5, BE and 2F. RGB value is (245,190,47). Sum of RGB (Red+Green+Blue) = 245+190+47=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BE2F is #0A41D0. Grayscale: #BEBEBE. Windows color (decimal): -672209 or 3129077. OLE color: 3129077.
HSL color Cylindrical-coordinate representation of color #F5BE2F: hue angle of 43.33º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5BE2F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.04 |
| HSL | 43.33º | 0.91% | 0.57% | - |
| HSV(B) | 43.33º | 0.81% | 0.96% | - |
| XYZ | 56.58 | 56.44 | 10.6 | - |
| YUV | 190.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 47 | 0 | 0.22 | 0.81 | 0.04 | 43.33 | 0.91 | 0.57 |
| Hex | F5 | BE | 2F | 0 | 16 | 51 | 4 | 2B | 5B | 39 |
| Octal | 365 | 276 | 57 | 0 | 26 | 121 | 4 | 53 | 133 | 71 |
| Binary | 11110101 | 10111110 | 101111 | 0 | 10110 | 1010001 | 100 | 101011 | 1011011 | 111001 |
Color Harmonies of #F5BE2F
Complementary color
Monochromatic Colors of #F5BE2F
Black with #F5BE2F
Text Example
Text Example
White with #F5BE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE2F; }
p { color: rgb(245,190,47); }
H1.HeaderClassName
{
color: #F5BE2F;
}
.AnyTagClassName
{
color: #F5BE2F;
}
</style>
background-color css
<style>
a { background-color: #F5BE2F; }
a { background-color: rgb(245,190,47); }
div.DivClassName
{
background-color: #F5BE2F;
}
.BgClassName
{
background-color: #F5BE2F;
}
</style>
border-color css
<style>
span { border-color: #F5BE2F; }
span { border-color: rgb(245,190,47); }
td.TdClassName
{
border-color: #F5BE2F;
}
.TagClassName
{
border-color: #F5BE2F;
}
</style>