Shades of Saffron #F6C13A
Tints of Saffron #F6C13A
RGB
CMYK
RGB Variations
Color information
#F6C13A (or 0xF6C13A) is known color: Saffron. HEX triplet: F6, C1 and 3A. RGB value is (246,193,58). Sum of RGB (Red+Green+Blue) = 246+193+58=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C13A is #093EC5. Grayscale: #C2C2C2. Windows color (decimal): -605894 or 3850742. OLE color: 3850742.
HSL color Cylindrical-coordinate representation of color #F6C13A: hue angle of 43.09º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6C13A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 58 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.04 |
| HSL | 43.09º | 0.91% | 0.6% | - |
| HSV(B) | 43.09º | 0.76% | 0.96% | - |
| XYZ | 57.84 | 58.04 | 12.16 | - |
| YUV | 193.46 | 51.56 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 58 | 0 | 0.22 | 0.76 | 0.04 | 43.09 | 0.91 | 0.6 |
| Hex | F6 | C1 | 3A | 0 | 16 | 4C | 4 | 2B | 5B | 3C |
| Octal | 366 | 301 | 72 | 0 | 26 | 114 | 4 | 53 | 133 | 74 |
| Binary | 11110110 | 11000001 | 111010 | 0 | 10110 | 1001100 | 100 | 101011 | 1011011 | 111100 |
Color Harmonies of #F6C13A
Complementary color
Monochromatic Colors of #F6C13A
Black with #F6C13A
Text Example
Text Example
White with #F6C13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C13A; }
p { color: rgb(246,193,58); }
H1.HeaderClassName
{
color: #F6C13A;
}
.AnyTagClassName
{
color: #F6C13A;
}
</style>
background-color css
<style>
a { background-color: #F6C13A; }
a { background-color: rgb(246,193,58); }
div.DivClassName
{
background-color: #F6C13A;
}
.BgClassName
{
background-color: #F6C13A;
}
</style>
border-color css
<style>
span { border-color: #F6C13A; }
span { border-color: rgb(246,193,58); }
td.TdClassName
{
border-color: #F6C13A;
}
.TagClassName
{
border-color: #F6C13A;
}
</style>