Shades of Saffron #F6C730
Tints of Saffron #F6C730
RGB
CMYK
RGB Variations
Color information
#F6C730 (or 0xF6C730) is known color: Saffron. HEX triplet: F6, C7 and 30. RGB value is (246,199,48). Sum of RGB (Red+Green+Blue) = 246+199+48=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C730 is #0938CF. Grayscale: #C4C4C4. Windows color (decimal): -604368 or 3196918. OLE color: 3196918.
HSL color Cylindrical-coordinate representation of color #F6C730: hue angle of 45.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6C730 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 48 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.04 |
| HSL | 45.76º | 0.92% | 0.58% | - |
| HSV(B) | 45.76º | 0.8% | 0.96% | - |
| XYZ | 58.96 | 60.65 | 11.4 | - |
| YUV | 195.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 48 | 0 | 0.19 | 0.80 | 0.04 | 45.76 | 0.92 | 0.58 |
| Hex | F6 | C7 | 30 | 0 | 13 | 50 | 4 | 2E | 5C | 3A |
| Octal | 366 | 307 | 60 | 0 | 23 | 120 | 4 | 56 | 134 | 72 |
| Binary | 11110110 | 11000111 | 110000 | 0 | 10011 | 1010000 | 100 | 101110 | 1011100 | 111010 |
Color Harmonies of #F6C730
Complementary color
Monochromatic Colors of #F6C730
Black with #F6C730
Text Example
Text Example
White with #F6C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C730; }
p { color: rgb(246,199,48); }
H1.HeaderClassName
{
color: #F6C730;
}
.AnyTagClassName
{
color: #F6C730;
}
</style>
background-color css
<style>
a { background-color: #F6C730; }
a { background-color: rgb(246,199,48); }
div.DivClassName
{
background-color: #F6C730;
}
.BgClassName
{
background-color: #F6C730;
}
</style>
border-color css
<style>
span { border-color: #F6C730; }
span { border-color: rgb(246,199,48); }
td.TdClassName
{
border-color: #F6C730;
}
.TagClassName
{
border-color: #F6C730;
}
</style>