Shades of Saffron #F6C331
Tints of Saffron #F6C331
RGB
CMYK
RGB Variations
Color information
#F6C331 (or 0xF6C331) is known color: Saffron. HEX triplet: F6, C3 and 31. RGB value is (246,195,49). Sum of RGB (Red+Green+Blue) = 246+195+49=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C331 is #093CCE. Grayscale: #C2C2C2. Windows color (decimal): -605391 or 3261430. OLE color: 3261430.
HSL color Cylindrical-coordinate representation of color #F6C331: hue angle of 44.47º 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 #F6C331 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 49 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.04 |
| HSL | 44.47º | 0.92% | 0.58% | - |
| HSV(B) | 44.47º | 0.8% | 0.96% | - |
| XYZ | 58.08 | 58.84 | 11.2 | - |
| YUV | 193.61 | 46.4 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 49 | 0 | 0.21 | 0.80 | 0.04 | 44.47 | 0.92 | 0.58 |
| Hex | F6 | C3 | 31 | 0 | 15 | 50 | 4 | 2C | 5C | 3A |
| Octal | 366 | 303 | 61 | 0 | 25 | 120 | 4 | 54 | 134 | 72 |
| Binary | 11110110 | 11000011 | 110001 | 0 | 10101 | 1010000 | 100 | 101100 | 1011100 | 111010 |
Color Harmonies of #F6C331
Complementary color
Monochromatic Colors of #F6C331
Black with #F6C331
Text Example
Text Example
White with #F6C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C331; }
p { color: rgb(246,195,49); }
H1.HeaderClassName
{
color: #F6C331;
}
.AnyTagClassName
{
color: #F6C331;
}
</style>
background-color css
<style>
a { background-color: #F6C331; }
a { background-color: rgb(246,195,49); }
div.DivClassName
{
background-color: #F6C331;
}
.BgClassName
{
background-color: #F6C331;
}
</style>
border-color css
<style>
span { border-color: #F6C331; }
span { border-color: rgb(246,195,49); }
td.TdClassName
{
border-color: #F6C331;
}
.TagClassName
{
border-color: #F6C331;
}
</style>