Shades of Saffron #F3BC3C
Tints of Saffron #F3BC3C
RGB
CMYK
RGB Variations
Color information
#F3BC3C (or 0xF3BC3C) is known color: Saffron. HEX triplet: F3, BC and 3C. RGB value is (243,188,60). Sum of RGB (Red+Green+Blue) = 243+188+60=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BC3C is #0C43C3. Grayscale: #BEBEBE. Windows color (decimal): -803780 or 3980531. OLE color: 3980531.
HSL color Cylindrical-coordinate representation of color #F3BC3C: hue angle of 41.97º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3BC3C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 60 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.05 |
| HSL | 41.97º | 0.88% | 0.59% | - |
| HSV(B) | 41.97º | 0.75% | 0.95% | - |
| XYZ | 55.76 | 55.35 | 12.02 | - |
| YUV | 189.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 60 | 0 | 0.23 | 0.75 | 0.05 | 41.97 | 0.88 | 0.59 |
| Hex | F3 | BC | 3C | 0 | 17 | 4B | 5 | 2A | 58 | 3B |
| Octal | 363 | 274 | 74 | 0 | 27 | 113 | 5 | 52 | 130 | 73 |
| Binary | 11110011 | 10111100 | 111100 | 0 | 10111 | 1001011 | 101 | 101010 | 1011000 | 111011 |
Color Harmonies of #F3BC3C
Complementary color
Monochromatic Colors of #F3BC3C
Black with #F3BC3C
Text Example
Text Example
White with #F3BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC3C; }
p { color: rgb(243,188,60); }
H1.HeaderClassName
{
color: #F3BC3C;
}
.AnyTagClassName
{
color: #F3BC3C;
}
</style>
background-color css
<style>
a { background-color: #F3BC3C; }
a { background-color: rgb(243,188,60); }
div.DivClassName
{
background-color: #F3BC3C;
}
.BgClassName
{
background-color: #F3BC3C;
}
</style>
border-color css
<style>
span { border-color: #F3BC3C; }
span { border-color: rgb(243,188,60); }
td.TdClassName
{
border-color: #F3BC3C;
}
.TagClassName
{
border-color: #F3BC3C;
}
</style>