Shades of Saffron #F6C32A
Tints of Saffron #F6C32A
RGB
CMYK
RGB Variations
Color information
#F6C32A (or 0xF6C32A) is known color: Saffron. HEX triplet: F6, C3 and 2A. RGB value is (246,195,42). Sum of RGB (Red+Green+Blue) = 246+195+42=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C32A is #093CD5. Grayscale: #C1C1C1. Windows color (decimal): -605398 or 2802678. OLE color: 2802678.
HSL color Cylindrical-coordinate representation of color #F6C32A: hue angle of 45º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6C32A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 42 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.04 |
| HSL | 45º | 0.92% | 0.56% | - |
| HSV(B) | 45º | 0.83% | 0.96% | - |
| XYZ | 57.94 | 58.79 | 10.48 | - |
| YUV | 192.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 42 | 0 | 0.21 | 0.83 | 0.04 | 45 | 0.92 | 0.56 |
| Hex | F6 | C3 | 2A | 0 | 15 | 53 | 4 | 2D | 5C | 38 |
| Octal | 366 | 303 | 52 | 0 | 25 | 123 | 4 | 55 | 134 | 70 |
| Binary | 11110110 | 11000011 | 101010 | 0 | 10101 | 1010011 | 100 | 101101 | 1011100 | 111000 |
Color Harmonies of #F6C32A
Complementary color
Monochromatic Colors of #F6C32A
Black with #F6C32A
Text Example
Text Example
White with #F6C32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C32A; }
p { color: rgb(246,195,42); }
H1.HeaderClassName
{
color: #F6C32A;
}
.AnyTagClassName
{
color: #F6C32A;
}
</style>
background-color css
<style>
a { background-color: #F6C32A; }
a { background-color: rgb(246,195,42); }
div.DivClassName
{
background-color: #F6C32A;
}
.BgClassName
{
background-color: #F6C32A;
}
</style>
border-color css
<style>
span { border-color: #F6C32A; }
span { border-color: rgb(246,195,42); }
td.TdClassName
{
border-color: #F6C32A;
}
.TagClassName
{
border-color: #F6C32A;
}
</style>