Shades of Saffron #F5BD2D
Tints of Saffron #F5BD2D
RGB
CMYK
RGB Variations
Color information
#F5BD2D (or 0xF5BD2D) is known color: Saffron. HEX triplet: F5, BD and 2D. RGB value is (245,189,45). Sum of RGB (Red+Green+Blue) = 245+189+45=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BD2D is #0A42D2. Grayscale: #BDBDBD. Windows color (decimal): -672467 or 2997749. OLE color: 2997749.
HSL color Cylindrical-coordinate representation of color #F5BD2D: hue angle of 43.2º 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 #F5BD2D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 45 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.04 |
| HSL | 43.2º | 0.91% | 0.57% | - |
| HSV(B) | 43.2º | 0.82% | 0.96% | - |
| XYZ | 56.33 | 56 | 10.32 | - |
| YUV | 189.33 | 46.55 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 45 | 0 | 0.23 | 0.82 | 0.04 | 43.2 | 0.91 | 0.57 |
| Hex | F5 | BD | 2D | 0 | 17 | 52 | 4 | 2B | 5B | 39 |
| Octal | 365 | 275 | 55 | 0 | 27 | 122 | 4 | 53 | 133 | 71 |
| Binary | 11110101 | 10111101 | 101101 | 0 | 10111 | 1010010 | 100 | 101011 | 1011011 | 111001 |
Color Harmonies of #F5BD2D
Complementary color
Monochromatic Colors of #F5BD2D
Black with #F5BD2D
Text Example
Text Example
White with #F5BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD2D; }
p { color: rgb(245,189,45); }
H1.HeaderClassName
{
color: #F5BD2D;
}
.AnyTagClassName
{
color: #F5BD2D;
}
</style>
background-color css
<style>
a { background-color: #F5BD2D; }
a { background-color: rgb(245,189,45); }
div.DivClassName
{
background-color: #F5BD2D;
}
.BgClassName
{
background-color: #F5BD2D;
}
</style>
border-color css
<style>
span { border-color: #F5BD2D; }
span { border-color: rgb(245,189,45); }
td.TdClassName
{
border-color: #F5BD2D;
}
.TagClassName
{
border-color: #F5BD2D;
}
</style>