Shades of Saffron #F6C530
Tints of Saffron #F6C530
RGB
CMYK
RGB Variations
Color information
#F6C530 (or 0xF6C530) is known color: Saffron. HEX triplet: F6, C5 and 30. RGB value is (246,197,48). Sum of RGB (Red+Green+Blue) = 246+197+48=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C530 is #093ACF. Grayscale: #C3C3C3. Windows color (decimal): -604880 or 3196406. OLE color: 3196406.
HSL color Cylindrical-coordinate representation of color #F6C530: hue angle of 45.15º 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 #F6C530 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 197 | 48 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.04 |
| HSL | 45.15º | 0.92% | 0.58% | - |
| HSV(B) | 45.15º | 0.8% | 0.96% | - |
| XYZ | 58.51 | 59.74 | 11.24 | - |
| YUV | 194.67 | 45.23 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 197 | 48 | 0 | 0.20 | 0.80 | 0.04 | 45.15 | 0.92 | 0.58 |
| Hex | F6 | C5 | 30 | 0 | 14 | 50 | 4 | 2D | 5C | 3A |
| Octal | 366 | 305 | 60 | 0 | 24 | 120 | 4 | 55 | 134 | 72 |
| Binary | 11110110 | 11000101 | 110000 | 0 | 10100 | 1010000 | 100 | 101101 | 1011100 | 111010 |
Color Harmonies of #F6C530
Complementary color
Monochromatic Colors of #F6C530
Black with #F6C530
Text Example
Text Example
White with #F6C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C530; }
p { color: rgb(246,197,48); }
H1.HeaderClassName
{
color: #F6C530;
}
.AnyTagClassName
{
color: #F6C530;
}
</style>
background-color css
<style>
a { background-color: #F6C530; }
a { background-color: rgb(246,197,48); }
div.DivClassName
{
background-color: #F6C530;
}
.BgClassName
{
background-color: #F6C530;
}
</style>
border-color css
<style>
span { border-color: #F6C530; }
span { border-color: rgb(246,197,48); }
td.TdClassName
{
border-color: #F6C530;
}
.TagClassName
{
border-color: #F6C530;
}
</style>