Shades of Saffron #F6C239
Tints of Saffron #F6C239
RGB
CMYK
RGB Variations
Color information
#F6C239 (or 0xF6C239) is known color: Saffron. HEX triplet: F6, C2 and 39. RGB value is (246,194,57). Sum of RGB (Red+Green+Blue) = 246+194+57=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C239 is #093DC6. Grayscale: #C2C2C2. Windows color (decimal): -605639 or 3785462. OLE color: 3785462.
HSL color Cylindrical-coordinate representation of color #F6C239: hue angle of 43.49º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6C239 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 57 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.04 |
| HSL | 43.49º | 0.91% | 0.59% | - |
| HSV(B) | 43.49º | 0.77% | 0.96% | - |
| XYZ | 58.04 | 58.47 | 12.1 | - |
| YUV | 193.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 57 | 0 | 0.21 | 0.77 | 0.04 | 43.49 | 0.91 | 0.59 |
| Hex | F6 | C2 | 39 | 0 | 15 | 4D | 4 | 2B | 5B | 3B |
| Octal | 366 | 302 | 71 | 0 | 25 | 115 | 4 | 53 | 133 | 73 |
| Binary | 11110110 | 11000010 | 111001 | 0 | 10101 | 1001101 | 100 | 101011 | 1011011 | 111011 |
Color Harmonies of #F6C239
Complementary color
Monochromatic Colors of #F6C239
Black with #F6C239
Text Example
Text Example
White with #F6C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C239; }
p { color: rgb(246,194,57); }
H1.HeaderClassName
{
color: #F6C239;
}
.AnyTagClassName
{
color: #F6C239;
}
</style>
background-color css
<style>
a { background-color: #F6C239; }
a { background-color: rgb(246,194,57); }
div.DivClassName
{
background-color: #F6C239;
}
.BgClassName
{
background-color: #F6C239;
}
</style>
border-color css
<style>
span { border-color: #F6C239; }
span { border-color: rgb(246,194,57); }
td.TdClassName
{
border-color: #F6C239;
}
.TagClassName
{
border-color: #F6C239;
}
</style>