Shades of Saffron #F5BC2C
Tints of Saffron #F5BC2C
RGB
CMYK
RGB Variations
Color information
#F5BC2C (or 0xF5BC2C) is known color: Saffron. HEX triplet: F5, BC and 2C. RGB value is (245,188,44). Sum of RGB (Red+Green+Blue) = 245+188+44=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BC2C is #0A43D3. Grayscale: #BDBDBD. Windows color (decimal): -672724 or 2931957. OLE color: 2931957.
HSL color Cylindrical-coordinate representation of color #F5BC2C: hue angle of 42.99º 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 #F5BC2C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 44 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.04 |
| HSL | 42.99º | 0.91% | 0.57% | - |
| HSV(B) | 42.99º | 0.82% | 0.96% | - |
| XYZ | 56.09 | 55.56 | 10.15 | - |
| YUV | 188.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 44 | 0 | 0.23 | 0.82 | 0.04 | 42.99 | 0.91 | 0.57 |
| Hex | F5 | BC | 2C | 0 | 17 | 52 | 4 | 2B | 5B | 39 |
| Octal | 365 | 274 | 54 | 0 | 27 | 122 | 4 | 53 | 133 | 71 |
| Binary | 11110101 | 10111100 | 101100 | 0 | 10111 | 1010010 | 100 | 101011 | 1011011 | 111001 |
Color Harmonies of #F5BC2C
Complementary color
Monochromatic Colors of #F5BC2C
Black with #F5BC2C
Text Example
Text Example
White with #F5BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC2C; }
p { color: rgb(245,188,44); }
H1.HeaderClassName
{
color: #F5BC2C;
}
.AnyTagClassName
{
color: #F5BC2C;
}
</style>
background-color css
<style>
a { background-color: #F5BC2C; }
a { background-color: rgb(245,188,44); }
div.DivClassName
{
background-color: #F5BC2C;
}
.BgClassName
{
background-color: #F5BC2C;
}
</style>
border-color css
<style>
span { border-color: #F5BC2C; }
span { border-color: rgb(245,188,44); }
td.TdClassName
{
border-color: #F5BC2C;
}
.TagClassName
{
border-color: #F5BC2C;
}
</style>