Shades of Saffron #F3C02A
Tints of Saffron #F3C02A
RGB
CMYK
RGB Variations
Color information
#F3C02A (or 0xF3C02A) is known color: Saffron. HEX triplet: F3, C0 and 2A. RGB value is (243,192,42). Sum of RGB (Red+Green+Blue) = 243+192+42=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C02A is #0C3FD5. Grayscale: #BEBEBE. Windows color (decimal): -802774 or 2801907. OLE color: 2801907.
HSL color Cylindrical-coordinate representation of color #F3C02A: hue angle of 44.78º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3C02A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 42 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.05 |
| HSL | 44.78º | 0.89% | 0.56% | - |
| HSV(B) | 44.78º | 0.83% | 0.95% | - |
| XYZ | 56.23 | 56.92 | 10.21 | - |
| YUV | 190.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 42 | 0 | 0.21 | 0.83 | 0.05 | 44.78 | 0.89 | 0.56 |
| Hex | F3 | C0 | 2A | 0 | 15 | 53 | 5 | 2D | 59 | 38 |
| Octal | 363 | 300 | 52 | 0 | 25 | 123 | 5 | 55 | 131 | 70 |
| Binary | 11110011 | 11000000 | 101010 | 0 | 10101 | 1010011 | 101 | 101101 | 1011001 | 111000 |
Color Harmonies of #F3C02A
Complementary color
Monochromatic Colors of #F3C02A
Black with #F3C02A
Text Example
Text Example
White with #F3C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C02A; }
p { color: rgb(243,192,42); }
H1.HeaderClassName
{
color: #F3C02A;
}
.AnyTagClassName
{
color: #F3C02A;
}
</style>
background-color css
<style>
a { background-color: #F3C02A; }
a { background-color: rgb(243,192,42); }
div.DivClassName
{
background-color: #F3C02A;
}
.BgClassName
{
background-color: #F3C02A;
}
</style>
border-color css
<style>
span { border-color: #F3C02A; }
span { border-color: rgb(243,192,42); }
td.TdClassName
{
border-color: #F3C02A;
}
.TagClassName
{
border-color: #F3C02A;
}
</style>