Shades of Saffron #F3BA39
Tints of Saffron #F3BA39
RGB
CMYK
RGB Variations
Color information
#F3BA39 (or 0xF3BA39) is known color: Saffron. HEX triplet: F3, BA and 39. RGB value is (243,186,57). Sum of RGB (Red+Green+Blue) = 243+186+57=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA39 is #0C45C6. Grayscale: #BCBCBC. Windows color (decimal): -804295 or 3783411. OLE color: 3783411.
HSL color Cylindrical-coordinate representation of color #F3BA39: hue angle of 41.61º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3BA39 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 57 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.05 |
| HSL | 41.61º | 0.89% | 0.59% | - |
| HSV(B) | 41.61º | 0.77% | 0.95% | - |
| XYZ | 55.26 | 54.47 | 11.47 | - |
| YUV | 188.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 57 | 0 | 0.23 | 0.77 | 0.05 | 41.61 | 0.89 | 0.59 |
| Hex | F3 | BA | 39 | 0 | 17 | 4D | 5 | 2A | 59 | 3B |
| Octal | 363 | 272 | 71 | 0 | 27 | 115 | 5 | 52 | 131 | 73 |
| Binary | 11110011 | 10111010 | 111001 | 0 | 10111 | 1001101 | 101 | 101010 | 1011001 | 111011 |
Color Harmonies of #F3BA39
Complementary color
Monochromatic Colors of #F3BA39
Black with #F3BA39
Text Example
Text Example
White with #F3BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA39; }
p { color: rgb(243,186,57); }
H1.HeaderClassName
{
color: #F3BA39;
}
.AnyTagClassName
{
color: #F3BA39;
}
</style>
background-color css
<style>
a { background-color: #F3BA39; }
a { background-color: rgb(243,186,57); }
div.DivClassName
{
background-color: #F3BA39;
}
.BgClassName
{
background-color: #F3BA39;
}
</style>
border-color css
<style>
span { border-color: #F3BA39; }
span { border-color: rgb(243,186,57); }
td.TdClassName
{
border-color: #F3BA39;
}
.TagClassName
{
border-color: #F3BA39;
}
</style>