Shades of Saffron #F3BC3A
Tints of Saffron #F3BC3A
RGB
CMYK
RGB Variations
Color information
#F3BC3A (or 0xF3BC3A) is known color: Saffron. HEX triplet: F3, BC and 3A. RGB value is (243,188,58). Sum of RGB (Red+Green+Blue) = 243+188+58=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BC3A is #0C43C5. Grayscale: #BEBEBE. Windows color (decimal): -803782 or 3849459. OLE color: 3849459.
HSL color Cylindrical-coordinate representation of color #F3BC3A: hue angle of 42.16º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3BC3A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 58 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.05 |
| HSL | 42.16º | 0.89% | 0.59% | - |
| HSV(B) | 42.16º | 0.76% | 0.95% | - |
| XYZ | 55.71 | 55.33 | 11.75 | - |
| YUV | 189.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 58 | 0 | 0.23 | 0.76 | 0.05 | 42.16 | 0.89 | 0.59 |
| Hex | F3 | BC | 3A | 0 | 17 | 4C | 5 | 2A | 59 | 3B |
| Octal | 363 | 274 | 72 | 0 | 27 | 114 | 5 | 52 | 131 | 73 |
| Binary | 11110011 | 10111100 | 111010 | 0 | 10111 | 1001100 | 101 | 101010 | 1011001 | 111011 |
Color Harmonies of #F3BC3A
Complementary color
Monochromatic Colors of #F3BC3A
Black with #F3BC3A
Text Example
Text Example
White with #F3BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC3A; }
p { color: rgb(243,188,58); }
H1.HeaderClassName
{
color: #F3BC3A;
}
.AnyTagClassName
{
color: #F3BC3A;
}
</style>
background-color css
<style>
a { background-color: #F3BC3A; }
a { background-color: rgb(243,188,58); }
div.DivClassName
{
background-color: #F3BC3A;
}
.BgClassName
{
background-color: #F3BC3A;
}
</style>
border-color css
<style>
span { border-color: #F3BC3A; }
span { border-color: rgb(243,188,58); }
td.TdClassName
{
border-color: #F3BC3A;
}
.TagClassName
{
border-color: #F3BC3A;
}
</style>