Shades of Saffron #F6C02D
Tints of Saffron #F6C02D
RGB
CMYK
RGB Variations
Color information
#F6C02D (or 0xF6C02D) is known color: Saffron. HEX triplet: F6, C0 and 2D. RGB value is (246,192,45). Sum of RGB (Red+Green+Blue) = 246+192+45=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C02D is #093FD2. Grayscale: #C0C0C0. Windows color (decimal): -606163 or 2998518. OLE color: 2998518.
HSL color Cylindrical-coordinate representation of color #F6C02D: hue angle of 43.88º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6C02D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 45 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.04 |
| HSL | 43.88º | 0.92% | 0.57% | - |
| HSV(B) | 43.88º | 0.82% | 0.96% | - |
| XYZ | 57.33 | 57.48 | 10.56 | - |
| YUV | 191.39 | 45.39 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 45 | 0 | 0.22 | 0.82 | 0.04 | 43.88 | 0.92 | 0.57 |
| Hex | F6 | C0 | 2D | 0 | 16 | 52 | 4 | 2C | 5C | 39 |
| Octal | 366 | 300 | 55 | 0 | 26 | 122 | 4 | 54 | 134 | 71 |
| Binary | 11110110 | 11000000 | 101101 | 0 | 10110 | 1010010 | 100 | 101100 | 1011100 | 111001 |
Color Harmonies of #F6C02D
Complementary color
Monochromatic Colors of #F6C02D
Black with #F6C02D
Text Example
Text Example
White with #F6C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C02D; }
p { color: rgb(246,192,45); }
H1.HeaderClassName
{
color: #F6C02D;
}
.AnyTagClassName
{
color: #F6C02D;
}
</style>
background-color css
<style>
a { background-color: #F6C02D; }
a { background-color: rgb(246,192,45); }
div.DivClassName
{
background-color: #F6C02D;
}
.BgClassName
{
background-color: #F6C02D;
}
</style>
border-color css
<style>
span { border-color: #F6C02D; }
span { border-color: rgb(246,192,45); }
td.TdClassName
{
border-color: #F6C02D;
}
.TagClassName
{
border-color: #F6C02D;
}
</style>