Shades of Saffron #F3BA37
Tints of Saffron #F3BA37
RGB
CMYK
RGB Variations
Color information
#F3BA37 (or 0xF3BA37) is known color: Saffron. HEX triplet: F3, BA and 37. RGB value is (243,186,55). Sum of RGB (Red+Green+Blue) = 243+186+55=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA37 is #0C45C8. Grayscale: #BCBCBC. Windows color (decimal): -804297 or 3652339. OLE color: 3652339.
HSL color Cylindrical-coordinate representation of color #F3BA37: hue angle of 41.81º 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 #F3BA37 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 55 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.05 |
| HSL | 41.81º | 0.89% | 0.58% | - |
| HSV(B) | 41.81º | 0.77% | 0.95% | - |
| XYZ | 55.21 | 54.45 | 11.21 | - |
| YUV | 188.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 55 | 0 | 0.23 | 0.77 | 0.05 | 41.81 | 0.89 | 0.58 |
| Hex | F3 | BA | 37 | 0 | 17 | 4D | 5 | 2A | 59 | 3A |
| Octal | 363 | 272 | 67 | 0 | 27 | 115 | 5 | 52 | 131 | 72 |
| Binary | 11110011 | 10111010 | 110111 | 0 | 10111 | 1001101 | 101 | 101010 | 1011001 | 111010 |
Color Harmonies of #F3BA37
Complementary color
Monochromatic Colors of #F3BA37
Black with #F3BA37
Text Example
Text Example
White with #F3BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA37; }
p { color: rgb(243,186,55); }
H1.HeaderClassName
{
color: #F3BA37;
}
.AnyTagClassName
{
color: #F3BA37;
}
</style>
background-color css
<style>
a { background-color: #F3BA37; }
a { background-color: rgb(243,186,55); }
div.DivClassName
{
background-color: #F3BA37;
}
.BgClassName
{
background-color: #F3BA37;
}
</style>
border-color css
<style>
span { border-color: #F3BA37; }
span { border-color: rgb(243,186,55); }
td.TdClassName
{
border-color: #F3BA37;
}
.TagClassName
{
border-color: #F3BA37;
}
</style>