Shades of Saffron #F5BD2C
Tints of Saffron #F5BD2C
RGB
CMYK
RGB Variations
Color information
#F5BD2C (or 0xF5BD2C) is known color: Saffron. HEX triplet: F5, BD and 2C. RGB value is (245,189,44). Sum of RGB (Red+Green+Blue) = 245+189+44=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BD2C is #0A42D3. Grayscale: #BDBDBD. Windows color (decimal): -672468 or 2932213. OLE color: 2932213.
HSL color Cylindrical-coordinate representation of color #F5BD2C: hue angle of 43.28º 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 #F5BD2C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 44 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.04 |
| HSL | 43.28º | 0.91% | 0.57% | - |
| HSV(B) | 43.28º | 0.82% | 0.96% | - |
| XYZ | 56.31 | 55.99 | 10.22 | - |
| YUV | 189.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 44 | 0 | 0.23 | 0.82 | 0.04 | 43.28 | 0.91 | 0.57 |
| Hex | F5 | BD | 2C | 0 | 17 | 52 | 4 | 2B | 5B | 39 |
| Octal | 365 | 275 | 54 | 0 | 27 | 122 | 4 | 53 | 133 | 71 |
| Binary | 11110101 | 10111101 | 101100 | 0 | 10111 | 1010010 | 100 | 101011 | 1011011 | 111001 |
Color Harmonies of #F5BD2C
Complementary color
Monochromatic Colors of #F5BD2C
Black with #F5BD2C
Text Example
Text Example
White with #F5BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD2C; }
p { color: rgb(245,189,44); }
H1.HeaderClassName
{
color: #F5BD2C;
}
.AnyTagClassName
{
color: #F5BD2C;
}
</style>
background-color css
<style>
a { background-color: #F5BD2C; }
a { background-color: rgb(245,189,44); }
div.DivClassName
{
background-color: #F5BD2C;
}
.BgClassName
{
background-color: #F5BD2C;
}
</style>
border-color css
<style>
span { border-color: #F5BD2C; }
span { border-color: rgb(245,189,44); }
td.TdClassName
{
border-color: #F5BD2C;
}
.TagClassName
{
border-color: #F5BD2C;
}
</style>