Shades of Saffron #F3C13B
Tints of Saffron #F3C13B
RGB
CMYK
RGB Variations
Color information
#F3C13B (or 0xF3C13B) is known color: Saffron. HEX triplet: F3, C1 and 3B. RGB value is (243,193,59). Sum of RGB (Red+Green+Blue) = 243+193+59=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C13B is #0C3EC4. Grayscale: #C1C1C1. Windows color (decimal): -802501 or 3916275. OLE color: 3916275.
HSL color Cylindrical-coordinate representation of color #F3C13B: hue angle of 43.7º degrees, saturation: 0.88, 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 #F3C13B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 59 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.05 |
| HSL | 43.7º | 0.88% | 0.59% | - |
| HSV(B) | 43.7º | 0.76% | 0.95% | - |
| XYZ | 56.82 | 57.51 | 12.24 | - |
| YUV | 192.67 | 52.57 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 59 | 0 | 0.21 | 0.76 | 0.05 | 43.7 | 0.88 | 0.59 |
| Hex | F3 | C1 | 3B | 0 | 15 | 4C | 5 | 2C | 58 | 3B |
| Octal | 363 | 301 | 73 | 0 | 25 | 114 | 5 | 54 | 130 | 73 |
| Binary | 11110011 | 11000001 | 111011 | 0 | 10101 | 1001100 | 101 | 101100 | 1011000 | 111011 |
Color Harmonies of #F3C13B
Complementary color
Monochromatic Colors of #F3C13B
Black with #F3C13B
Text Example
Text Example
White with #F3C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C13B; }
p { color: rgb(243,193,59); }
H1.HeaderClassName
{
color: #F3C13B;
}
.AnyTagClassName
{
color: #F3C13B;
}
</style>
background-color css
<style>
a { background-color: #F3C13B; }
a { background-color: rgb(243,193,59); }
div.DivClassName
{
background-color: #F3C13B;
}
.BgClassName
{
background-color: #F3C13B;
}
</style>
border-color css
<style>
span { border-color: #F3C13B; }
span { border-color: rgb(243,193,59); }
td.TdClassName
{
border-color: #F3C13B;
}
.TagClassName
{
border-color: #F3C13B;
}
</style>