Shades of Saffron #F6C641
Tints of Saffron #F6C641
RGB
CMYK
RGB Variations
Color information
#F6C641 (or 0xF6C641) is known color: Saffron. HEX triplet: F6, C6 and 41. RGB value is (246,198,65). Sum of RGB (Red+Green+Blue) = 246+198+65=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C641 is #0939BE. Grayscale: #C5C5C5. Windows color (decimal): -604607 or 4310774. OLE color: 4310774.
HSL color Cylindrical-coordinate representation of color #F6C641: hue angle of 44.09º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6C641 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 65 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.04 |
| HSL | 44.09º | 0.91% | 0.61% | - |
| HSV(B) | 44.09º | 0.74% | 0.96% | - |
| XYZ | 59.15 | 60.36 | 13.53 | - |
| YUV | 197.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 65 | 0 | 0.20 | 0.74 | 0.04 | 44.09 | 0.91 | 0.61 |
| Hex | F6 | C6 | 41 | 0 | 14 | 4A | 4 | 2C | 5B | 3D |
| Octal | 366 | 306 | 101 | 0 | 24 | 112 | 4 | 54 | 133 | 75 |
| Binary | 11110110 | 11000110 | 1000001 | 0 | 10100 | 1001010 | 100 | 101100 | 1011011 | 111101 |
Color Harmonies of #F6C641
Complementary color
Monochromatic Colors of #F6C641
Black with #F6C641
Text Example
Text Example
White with #F6C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C641; }
p { color: rgb(246,198,65); }
H1.HeaderClassName
{
color: #F6C641;
}
.AnyTagClassName
{
color: #F6C641;
}
</style>
background-color css
<style>
a { background-color: #F6C641; }
a { background-color: rgb(246,198,65); }
div.DivClassName
{
background-color: #F6C641;
}
.BgClassName
{
background-color: #F6C641;
}
</style>
border-color css
<style>
span { border-color: #F6C641; }
span { border-color: rgb(246,198,65); }
td.TdClassName
{
border-color: #F6C641;
}
.TagClassName
{
border-color: #F6C641;
}
</style>