Shades of Saffron #F3C02E
Tints of Saffron #F3C02E
RGB
CMYK
RGB Variations
Color information
#F3C02E (or 0xF3C02E) is known color: Saffron. HEX triplet: F3, C0 and 2E. RGB value is (243,192,46). Sum of RGB (Red+Green+Blue) = 243+192+46=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C02E is #0C3FD1. Grayscale: #BFBFBF. Windows color (decimal): -802770 or 3064051. OLE color: 3064051.
HSL color Cylindrical-coordinate representation of color #F3C02E: hue angle of 44.47º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3C02E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 46 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.05 |
| HSL | 44.47º | 0.89% | 0.57% | - |
| HSV(B) | 44.47º | 0.81% | 0.95% | - |
| XYZ | 56.3 | 56.95 | 10.61 | - |
| YUV | 190.61 | 46.4 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 46 | 0 | 0.21 | 0.81 | 0.05 | 44.47 | 0.89 | 0.57 |
| Hex | F3 | C0 | 2E | 0 | 15 | 51 | 5 | 2C | 59 | 39 |
| Octal | 363 | 300 | 56 | 0 | 25 | 121 | 5 | 54 | 131 | 71 |
| Binary | 11110011 | 11000000 | 101110 | 0 | 10101 | 1010001 | 101 | 101100 | 1011001 | 111001 |
Color Harmonies of #F3C02E
Complementary color
Monochromatic Colors of #F3C02E
Black with #F3C02E
Text Example
Text Example
White with #F3C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C02E; }
p { color: rgb(243,192,46); }
H1.HeaderClassName
{
color: #F3C02E;
}
.AnyTagClassName
{
color: #F3C02E;
}
</style>
background-color css
<style>
a { background-color: #F3C02E; }
a { background-color: rgb(243,192,46); }
div.DivClassName
{
background-color: #F3C02E;
}
.BgClassName
{
background-color: #F3C02E;
}
</style>
border-color css
<style>
span { border-color: #F3C02E; }
span { border-color: rgb(243,192,46); }
td.TdClassName
{
border-color: #F3C02E;
}
.TagClassName
{
border-color: #F3C02E;
}
</style>