Shades of Saffron #F6C131
Tints of Saffron #F6C131
RGB
CMYK
RGB Variations
Color information
#F6C131 (or 0xF6C131) is known color: Saffron. HEX triplet: F6, C1 and 31. RGB value is (246,193,49). Sum of RGB (Red+Green+Blue) = 246+193+49=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C131 is #093ECE. Grayscale: #C1C1C1. Windows color (decimal): -605903 or 3260918. OLE color: 3260918.
HSL color Cylindrical-coordinate representation of color #F6C131: hue angle of 43.86º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6C131 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 49 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.04 |
| HSL | 43.86º | 0.92% | 0.58% | - |
| HSV(B) | 43.86º | 0.8% | 0.96% | - |
| XYZ | 57.63 | 57.95 | 11.05 | - |
| YUV | 192.43 | 47.06 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 49 | 0 | 0.22 | 0.80 | 0.04 | 43.86 | 0.92 | 0.58 |
| Hex | F6 | C1 | 31 | 0 | 16 | 50 | 4 | 2C | 5C | 3A |
| Octal | 366 | 301 | 61 | 0 | 26 | 120 | 4 | 54 | 134 | 72 |
| Binary | 11110110 | 11000001 | 110001 | 0 | 10110 | 1010000 | 100 | 101100 | 1011100 | 111010 |
Color Harmonies of #F6C131
Complementary color
Monochromatic Colors of #F6C131
Black with #F6C131
Text Example
Text Example
White with #F6C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C131; }
p { color: rgb(246,193,49); }
H1.HeaderClassName
{
color: #F6C131;
}
.AnyTagClassName
{
color: #F6C131;
}
</style>
background-color css
<style>
a { background-color: #F6C131; }
a { background-color: rgb(246,193,49); }
div.DivClassName
{
background-color: #F6C131;
}
.BgClassName
{
background-color: #F6C131;
}
</style>
border-color css
<style>
span { border-color: #F6C131; }
span { border-color: rgb(246,193,49); }
td.TdClassName
{
border-color: #F6C131;
}
.TagClassName
{
border-color: #F6C131;
}
</style>