Shades of Saffron #F6C73B
Tints of Saffron #F6C73B
RGB
CMYK
RGB Variations
Color information
#F6C73B (or 0xF6C73B) is known color: Saffron. HEX triplet: F6, C7 and 3B. RGB value is (246,199,59). Sum of RGB (Red+Green+Blue) = 246+199+59=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C73B is #0938C4. Grayscale: #C5C5C5. Windows color (decimal): -604357 or 3917814. OLE color: 3917814.
HSL color Cylindrical-coordinate representation of color #F6C73B: hue angle of 44.92º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6C73B is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 59 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.04 |
| HSL | 44.92º | 0.91% | 0.6% | - |
| HSV(B) | 44.92º | 0.76% | 0.96% | - |
| XYZ | 59.22 | 60.76 | 12.74 | - |
| YUV | 197.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 59 | 0 | 0.19 | 0.76 | 0.04 | 44.92 | 0.91 | 0.6 |
| Hex | F6 | C7 | 3B | 0 | 13 | 4C | 4 | 2D | 5B | 3C |
| Octal | 366 | 307 | 73 | 0 | 23 | 114 | 4 | 55 | 133 | 74 |
| Binary | 11110110 | 11000111 | 111011 | 0 | 10011 | 1001100 | 100 | 101101 | 1011011 | 111100 |
Color Harmonies of #F6C73B
Complementary color
Monochromatic Colors of #F6C73B
Black with #F6C73B
Text Example
Text Example
White with #F6C73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C73B; }
p { color: rgb(246,199,59); }
H1.HeaderClassName
{
color: #F6C73B;
}
.AnyTagClassName
{
color: #F6C73B;
}
</style>
background-color css
<style>
a { background-color: #F6C73B; }
a { background-color: rgb(246,199,59); }
div.DivClassName
{
background-color: #F6C73B;
}
.BgClassName
{
background-color: #F6C73B;
}
</style>
border-color css
<style>
span { border-color: #F6C73B; }
span { border-color: rgb(246,199,59); }
td.TdClassName
{
border-color: #F6C73B;
}
.TagClassName
{
border-color: #F6C73B;
}
</style>