Shades of Saffron #F6C439
Tints of Saffron #F6C439
RGB
CMYK
RGB Variations
Color information
#F6C439 (or 0xF6C439) is known color: Saffron. HEX triplet: F6, C4 and 39. RGB value is (246,196,57). Sum of RGB (Red+Green+Blue) = 246+196+57=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C439 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C439 is #093BC6. Grayscale: #C3C3C3. Windows color (decimal): -605127 or 3785974. OLE color: 3785974.
HSL color Cylindrical-coordinate representation of color #F6C439: hue angle of 44.13º 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 #F6C439 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 57 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.04 |
| HSL | 44.13º | 0.91% | 0.59% | - |
| HSV(B) | 44.13º | 0.77% | 0.96% | - |
| XYZ | 58.48 | 59.37 | 12.25 | - |
| YUV | 195.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 57 | 0 | 0.20 | 0.77 | 0.04 | 44.13 | 0.91 | 0.59 |
| Hex | F6 | C4 | 39 | 0 | 14 | 4D | 4 | 2C | 5B | 3B |
| Octal | 366 | 304 | 71 | 0 | 24 | 115 | 4 | 54 | 133 | 73 |
| Binary | 11110110 | 11000100 | 111001 | 0 | 10100 | 1001101 | 100 | 101100 | 1011011 | 111011 |
Color Harmonies of #F6C439
Complementary color
Monochromatic Colors of #F6C439
Black with #F6C439
Text Example
Text Example
White with #F6C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C439; }
p { color: rgb(246,196,57); }
H1.HeaderClassName
{
color: #F6C439;
}
.AnyTagClassName
{
color: #F6C439;
}
</style>
background-color css
<style>
a { background-color: #F6C439; }
a { background-color: rgb(246,196,57); }
div.DivClassName
{
background-color: #F6C439;
}
.BgClassName
{
background-color: #F6C439;
}
</style>
border-color css
<style>
span { border-color: #F6C439; }
span { border-color: rgb(246,196,57); }
td.TdClassName
{
border-color: #F6C439;
}
.TagClassName
{
border-color: #F6C439;
}
</style>