Shades of Saffron #F6C428
Tints of Saffron #F6C428
RGB
CMYK
RGB Variations
Color information
#F6C428 (or 0xF6C428) is known color: Saffron. HEX triplet: F6, C4 and 28. RGB value is (246,196,40). Sum of RGB (Red+Green+Blue) = 246+196+40=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C428 is #093BD7. Grayscale: #C1C1C1. Windows color (decimal): -605144 or 2671862. OLE color: 2671862.
HSL color Cylindrical-coordinate representation of color #F6C428: hue angle of 45.44º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6C428 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 40 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.04 |
| HSL | 45.44º | 0.92% | 0.56% | - |
| HSV(B) | 45.44º | 0.84% | 0.96% | - |
| XYZ | 58.13 | 59.23 | 10.38 | - |
| YUV | 193.17 | 41.57 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 40 | 0 | 0.20 | 0.84 | 0.04 | 45.44 | 0.92 | 0.56 |
| Hex | F6 | C4 | 28 | 0 | 14 | 54 | 4 | 2D | 5C | 38 |
| Octal | 366 | 304 | 50 | 0 | 24 | 124 | 4 | 55 | 134 | 70 |
| Binary | 11110110 | 11000100 | 101000 | 0 | 10100 | 1010100 | 100 | 101101 | 1011100 | 111000 |
Color Harmonies of #F6C428
Complementary color
Monochromatic Colors of #F6C428
Black with #F6C428
Text Example
Text Example
White with #F6C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C428; }
p { color: rgb(246,196,40); }
H1.HeaderClassName
{
color: #F6C428;
}
.AnyTagClassName
{
color: #F6C428;
}
</style>
background-color css
<style>
a { background-color: #F6C428; }
a { background-color: rgb(246,196,40); }
div.DivClassName
{
background-color: #F6C428;
}
.BgClassName
{
background-color: #F6C428;
}
</style>
border-color css
<style>
span { border-color: #F6C428; }
span { border-color: rgb(246,196,40); }
td.TdClassName
{
border-color: #F6C428;
}
.TagClassName
{
border-color: #F6C428;
}
</style>