Shades of Saffron #F6C229
Tints of Saffron #F6C229
RGB
CMYK
RGB Variations
Color information
#F6C229 (or 0xF6C229) is known color: Saffron. HEX triplet: F6, C2 and 29. RGB value is (246,194,41). Sum of RGB (Red+Green+Blue) = 246+194+41=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C229 is #093DD6. Grayscale: #C0C0C0. Windows color (decimal): -605655 or 2736886. OLE color: 2736886.
HSL color Cylindrical-coordinate representation of color #F6C229: hue angle of 44.78º 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 #F6C229 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 41 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.04 |
| HSL | 44.78º | 0.92% | 0.56% | - |
| HSV(B) | 44.78º | 0.83% | 0.96% | - |
| XYZ | 57.7 | 58.34 | 10.32 | - |
| YUV | 192.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 41 | 0 | 0.21 | 0.83 | 0.04 | 44.78 | 0.92 | 0.56 |
| Hex | F6 | C2 | 29 | 0 | 15 | 53 | 4 | 2D | 5C | 38 |
| Octal | 366 | 302 | 51 | 0 | 25 | 123 | 4 | 55 | 134 | 70 |
| Binary | 11110110 | 11000010 | 101001 | 0 | 10101 | 1010011 | 100 | 101101 | 1011100 | 111000 |
Color Harmonies of #F6C229
Complementary color
Monochromatic Colors of #F6C229
Black with #F6C229
Text Example
Text Example
White with #F6C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C229; }
p { color: rgb(246,194,41); }
H1.HeaderClassName
{
color: #F6C229;
}
.AnyTagClassName
{
color: #F6C229;
}
</style>
background-color css
<style>
a { background-color: #F6C229; }
a { background-color: rgb(246,194,41); }
div.DivClassName
{
background-color: #F6C229;
}
.BgClassName
{
background-color: #F6C229;
}
</style>
border-color css
<style>
span { border-color: #F6C229; }
span { border-color: rgb(246,194,41); }
td.TdClassName
{
border-color: #F6C229;
}
.TagClassName
{
border-color: #F6C229;
}
</style>