Shades of Saffron #F6C031
Tints of Saffron #F6C031
RGB
CMYK
RGB Variations
Color information
#F6C031 (or 0xF6C031) is known color: Saffron. HEX triplet: F6, C0 and 31. RGB value is (246,192,49). Sum of RGB (Red+Green+Blue) = 246+192+49=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C031 is #093FCE. Grayscale: #C0C0C0. Windows color (decimal): -606159 or 3260662. OLE color: 3260662.
HSL color Cylindrical-coordinate representation of color #F6C031: hue angle of 43.55º 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 #F6C031 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 49 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.04 |
| HSL | 43.55º | 0.92% | 0.58% | - |
| HSV(B) | 43.55º | 0.8% | 0.96% | - |
| XYZ | 57.41 | 57.51 | 10.98 | - |
| YUV | 191.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 49 | 0 | 0.22 | 0.80 | 0.04 | 43.55 | 0.92 | 0.58 |
| Hex | F6 | C0 | 31 | 0 | 16 | 50 | 4 | 2C | 5C | 3A |
| Octal | 366 | 300 | 61 | 0 | 26 | 120 | 4 | 54 | 134 | 72 |
| Binary | 11110110 | 11000000 | 110001 | 0 | 10110 | 1010000 | 100 | 101100 | 1011100 | 111010 |
Color Harmonies of #F6C031
Complementary color
Monochromatic Colors of #F6C031
Black with #F6C031
Text Example
Text Example
White with #F6C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C031; }
p { color: rgb(246,192,49); }
H1.HeaderClassName
{
color: #F6C031;
}
.AnyTagClassName
{
color: #F6C031;
}
</style>
background-color css
<style>
a { background-color: #F6C031; }
a { background-color: rgb(246,192,49); }
div.DivClassName
{
background-color: #F6C031;
}
.BgClassName
{
background-color: #F6C031;
}
</style>
border-color css
<style>
span { border-color: #F6C031; }
span { border-color: rgb(246,192,49); }
td.TdClassName
{
border-color: #F6C031;
}
.TagClassName
{
border-color: #F6C031;
}
</style>