Shades of Saffron #F6C73F
Tints of Saffron #F6C73F
RGB
CMYK
RGB Variations
Color information
#F6C73F (or 0xF6C73F) is known color: Saffron. HEX triplet: F6, C7 and 3F. RGB value is (246,199,63). Sum of RGB (Red+Green+Blue) = 246+199+63=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C73F is #0938C0. Grayscale: #C6C6C6. Windows color (decimal): -604353 or 4179958. OLE color: 4179958.
HSL color Cylindrical-coordinate representation of color #F6C73F: hue angle of 44.59º 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 #F6C73F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 63 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.04 |
| HSL | 44.59º | 0.91% | 0.61% | - |
| HSV(B) | 44.59º | 0.74% | 0.96% | - |
| XYZ | 59.33 | 60.8 | 13.31 | - |
| YUV | 197.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 63 | 0 | 0.19 | 0.74 | 0.04 | 44.59 | 0.91 | 0.61 |
| Hex | F6 | C7 | 3F | 0 | 13 | 4A | 4 | 2D | 5B | 3D |
| Octal | 366 | 307 | 77 | 0 | 23 | 112 | 4 | 55 | 133 | 75 |
| Binary | 11110110 | 11000111 | 111111 | 0 | 10011 | 1001010 | 100 | 101101 | 1011011 | 111101 |
Color Harmonies of #F6C73F
Complementary color
Monochromatic Colors of #F6C73F
Black with #F6C73F
Text Example
Text Example
White with #F6C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C73F; }
p { color: rgb(246,199,63); }
H1.HeaderClassName
{
color: #F6C73F;
}
.AnyTagClassName
{
color: #F6C73F;
}
</style>
background-color css
<style>
a { background-color: #F6C73F; }
a { background-color: rgb(246,199,63); }
div.DivClassName
{
background-color: #F6C73F;
}
.BgClassName
{
background-color: #F6C73F;
}
</style>
border-color css
<style>
span { border-color: #F6C73F; }
span { border-color: rgb(246,199,63); }
td.TdClassName
{
border-color: #F6C73F;
}
.TagClassName
{
border-color: #F6C73F;
}
</style>