Shades of Saffron #F3BC32
Tints of Saffron #F3BC32
RGB
CMYK
RGB Variations
Color information
#F3BC32 (or 0xF3BC32) is known color: Saffron. HEX triplet: F3, BC and 32. RGB value is (243,188,50). Sum of RGB (Red+Green+Blue) = 243+188+50=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BC32 is #0C43CD. Grayscale: #BDBDBD. Windows color (decimal): -803790 or 3325171. OLE color: 3325171.
HSL color Cylindrical-coordinate representation of color #F3BC32: hue angle of 42.9º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3BC32 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 50 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.05 |
| HSL | 42.9º | 0.89% | 0.57% | - |
| HSV(B) | 42.9º | 0.79% | 0.95% | - |
| XYZ | 55.52 | 55.25 | 10.76 | - |
| YUV | 188.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 50 | 0 | 0.23 | 0.79 | 0.05 | 42.9 | 0.89 | 0.57 |
| Hex | F3 | BC | 32 | 0 | 17 | 4F | 5 | 2B | 59 | 39 |
| Octal | 363 | 274 | 62 | 0 | 27 | 117 | 5 | 53 | 131 | 71 |
| Binary | 11110011 | 10111100 | 110010 | 0 | 10111 | 1001111 | 101 | 101011 | 1011001 | 111001 |
Color Harmonies of #F3BC32
Complementary color
Monochromatic Colors of #F3BC32
Black with #F3BC32
Text Example
Text Example
White with #F3BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC32; }
p { color: rgb(243,188,50); }
H1.HeaderClassName
{
color: #F3BC32;
}
.AnyTagClassName
{
color: #F3BC32;
}
</style>
background-color css
<style>
a { background-color: #F3BC32; }
a { background-color: rgb(243,188,50); }
div.DivClassName
{
background-color: #F3BC32;
}
.BgClassName
{
background-color: #F3BC32;
}
</style>
border-color css
<style>
span { border-color: #F3BC32; }
span { border-color: rgb(243,188,50); }
td.TdClassName
{
border-color: #F3BC32;
}
.TagClassName
{
border-color: #F3BC32;
}
</style>