Shades of Saffron #F6C430
Tints of Saffron #F6C430
RGB
CMYK
RGB Variations
Color information
#F6C430 (or 0xF6C430) is known color: Saffron. HEX triplet: F6, C4 and 30. RGB value is (246,196,48). Sum of RGB (Red+Green+Blue) = 246+196+48=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C430 is #093BCF. Grayscale: #C2C2C2. Windows color (decimal): -605136 or 3196150. OLE color: 3196150.
HSL color Cylindrical-coordinate representation of color #F6C430: hue angle of 44.85º 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 #F6C430 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 48 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.04 |
| HSL | 44.85º | 0.92% | 0.58% | - |
| HSV(B) | 44.85º | 0.8% | 0.96% | - |
| XYZ | 58.28 | 59.29 | 11.17 | - |
| YUV | 194.08 | 45.57 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 48 | 0 | 0.20 | 0.80 | 0.04 | 44.85 | 0.92 | 0.58 |
| Hex | F6 | C4 | 30 | 0 | 14 | 50 | 4 | 2D | 5C | 3A |
| Octal | 366 | 304 | 60 | 0 | 24 | 120 | 4 | 55 | 134 | 72 |
| Binary | 11110110 | 11000100 | 110000 | 0 | 10100 | 1010000 | 100 | 101101 | 1011100 | 111010 |
Color Harmonies of #F6C430
Complementary color
Monochromatic Colors of #F6C430
Black with #F6C430
Text Example
Text Example
White with #F6C430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C430; }
p { color: rgb(246,196,48); }
H1.HeaderClassName
{
color: #F6C430;
}
.AnyTagClassName
{
color: #F6C430;
}
</style>
background-color css
<style>
a { background-color: #F6C430; }
a { background-color: rgb(246,196,48); }
div.DivClassName
{
background-color: #F6C430;
}
.BgClassName
{
background-color: #F6C430;
}
</style>
border-color css
<style>
span { border-color: #F6C430; }
span { border-color: rgb(246,196,48); }
td.TdClassName
{
border-color: #F6C430;
}
.TagClassName
{
border-color: #F6C430;
}
</style>