Shades of Saffron #F3BC37
Tints of Saffron #F3BC37
RGB
CMYK
RGB Variations
Color information
#F3BC37 (or 0xF3BC37) is known color: Saffron. HEX triplet: F3, BC and 37. RGB value is (243,188,55). Sum of RGB (Red+Green+Blue) = 243+188+55=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BC37 is #0C43C8. Grayscale: #BDBDBD. Windows color (decimal): -803785 or 3652851. OLE color: 3652851.
HSL color Cylindrical-coordinate representation of color #F3BC37: hue angle of 42.45º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3BC37 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 55 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.05 |
| HSL | 42.45º | 0.89% | 0.58% | - |
| HSV(B) | 42.45º | 0.77% | 0.95% | - |
| XYZ | 55.63 | 55.3 | 11.36 | - |
| YUV | 189.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 55 | 0 | 0.23 | 0.77 | 0.05 | 42.45 | 0.89 | 0.58 |
| Hex | F3 | BC | 37 | 0 | 17 | 4D | 5 | 2A | 59 | 3A |
| Octal | 363 | 274 | 67 | 0 | 27 | 115 | 5 | 52 | 131 | 72 |
| Binary | 11110011 | 10111100 | 110111 | 0 | 10111 | 1001101 | 101 | 101010 | 1011001 | 111010 |
Color Harmonies of #F3BC37
Complementary color
Monochromatic Colors of #F3BC37
Black with #F3BC37
Text Example
Text Example
White with #F3BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC37; }
p { color: rgb(243,188,55); }
H1.HeaderClassName
{
color: #F3BC37;
}
.AnyTagClassName
{
color: #F3BC37;
}
</style>
background-color css
<style>
a { background-color: #F3BC37; }
a { background-color: rgb(243,188,55); }
div.DivClassName
{
background-color: #F3BC37;
}
.BgClassName
{
background-color: #F3BC37;
}
</style>
border-color css
<style>
span { border-color: #F3BC37; }
span { border-color: rgb(243,188,55); }
td.TdClassName
{
border-color: #F3BC37;
}
.TagClassName
{
border-color: #F3BC37;
}
</style>