Shades of Saffron #F5BE2D
Tints of Saffron #F5BE2D
RGB
CMYK
RGB Variations
Color information
#F5BE2D (or 0xF5BE2D) is known color: Saffron. HEX triplet: F5, BE and 2D. RGB value is (245,190,45). Sum of RGB (Red+Green+Blue) = 245+190+45=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BE2D is #0A41D2. Grayscale: #BEBEBE. Windows color (decimal): -672211 or 2998005. OLE color: 2998005.
HSL color Cylindrical-coordinate representation of color #F5BE2D: hue angle of 43.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5BE2D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 45 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.04 |
| HSL | 43.5º | 0.91% | 0.57% | - |
| HSV(B) | 43.5º | 0.82% | 0.96% | - |
| XYZ | 56.54 | 56.43 | 10.39 | - |
| YUV | 189.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 45 | 0 | 0.22 | 0.82 | 0.04 | 43.5 | 0.91 | 0.57 |
| Hex | F5 | BE | 2D | 0 | 16 | 52 | 4 | 2C | 5B | 39 |
| Octal | 365 | 276 | 55 | 0 | 26 | 122 | 4 | 54 | 133 | 71 |
| Binary | 11110101 | 10111110 | 101101 | 0 | 10110 | 1010010 | 100 | 101100 | 1011011 | 111001 |
Color Harmonies of #F5BE2D
Complementary color
Monochromatic Colors of #F5BE2D
Black with #F5BE2D
Text Example
Text Example
White with #F5BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE2D; }
p { color: rgb(245,190,45); }
H1.HeaderClassName
{
color: #F5BE2D;
}
.AnyTagClassName
{
color: #F5BE2D;
}
</style>
background-color css
<style>
a { background-color: #F5BE2D; }
a { background-color: rgb(245,190,45); }
div.DivClassName
{
background-color: #F5BE2D;
}
.BgClassName
{
background-color: #F5BE2D;
}
</style>
border-color css
<style>
span { border-color: #F5BE2D; }
span { border-color: rgb(245,190,45); }
td.TdClassName
{
border-color: #F5BE2D;
}
.TagClassName
{
border-color: #F5BE2D;
}
</style>