Shades of Saffron #F6C23C
Tints of Saffron #F6C23C
RGB
CMYK
RGB Variations
Color information
#F6C23C (or 0xF6C23C) is known color: Saffron. HEX triplet: F6, C2 and 3C. RGB value is (246,194,60). Sum of RGB (Red+Green+Blue) = 246+194+60=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C23C is #093DC3. Grayscale: #C2C2C2. Windows color (decimal): -605636 or 3982070. OLE color: 3982070.
HSL color Cylindrical-coordinate representation of color #F6C23C: hue angle of 43.23º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6C23C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.04 |
| HSL | 43.23º | 0.91% | 0.6% | - |
| HSV(B) | 43.23º | 0.76% | 0.96% | - |
| XYZ | 58.11 | 58.5 | 12.5 | - |
| YUV | 194.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 60 | 0 | 0.21 | 0.76 | 0.04 | 43.23 | 0.91 | 0.6 |
| Hex | F6 | C2 | 3C | 0 | 15 | 4C | 4 | 2B | 5B | 3C |
| Octal | 366 | 302 | 74 | 0 | 25 | 114 | 4 | 53 | 133 | 74 |
| Binary | 11110110 | 11000010 | 111100 | 0 | 10101 | 1001100 | 100 | 101011 | 1011011 | 111100 |
Color Harmonies of #F6C23C
Complementary color
Monochromatic Colors of #F6C23C
Black with #F6C23C
Text Example
Text Example
White with #F6C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C23C; }
p { color: rgb(246,194,60); }
H1.HeaderClassName
{
color: #F6C23C;
}
.AnyTagClassName
{
color: #F6C23C;
}
</style>
background-color css
<style>
a { background-color: #F6C23C; }
a { background-color: rgb(246,194,60); }
div.DivClassName
{
background-color: #F6C23C;
}
.BgClassName
{
background-color: #F6C23C;
}
</style>
border-color css
<style>
span { border-color: #F6C23C; }
span { border-color: rgb(246,194,60); }
td.TdClassName
{
border-color: #F6C23C;
}
.TagClassName
{
border-color: #F6C23C;
}
</style>