Shades of Saffron #F6C538
Tints of Saffron #F6C538
RGB
CMYK
RGB Variations
Color information
#F6C538 (or 0xF6C538) is known color: Saffron. HEX triplet: F6, C5 and 38. RGB value is (246,197,56). Sum of RGB (Red+Green+Blue) = 246+197+56=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 56 (22.27% from 255 or 11.22% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C538 is #093AC7. Grayscale: #C4C4C4. Windows color (decimal): -604872 or 3720694. OLE color: 3720694.
HSL color Cylindrical-coordinate representation of color #F6C538: hue angle of 44.53º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6C538 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 197 | 56 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.04 |
| HSL | 44.53º | 0.91% | 0.59% | - |
| HSV(B) | 44.53º | 0.77% | 0.96% | - |
| XYZ | 58.69 | 59.81 | 12.19 | - |
| YUV | 195.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 197 | 56 | 0 | 0.20 | 0.77 | 0.04 | 44.53 | 0.91 | 0.59 |
| Hex | F6 | C5 | 38 | 0 | 14 | 4D | 4 | 2D | 5B | 3B |
| Octal | 366 | 305 | 70 | 0 | 24 | 115 | 4 | 55 | 133 | 73 |
| Binary | 11110110 | 11000101 | 111000 | 0 | 10100 | 1001101 | 100 | 101101 | 1011011 | 111011 |
Color Harmonies of #F6C538
Complementary color
Monochromatic Colors of #F6C538
Black with #F6C538
Text Example
Text Example
White with #F6C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C538; }
p { color: rgb(246,197,56); }
H1.HeaderClassName
{
color: #F6C538;
}
.AnyTagClassName
{
color: #F6C538;
}
</style>
background-color css
<style>
a { background-color: #F6C538; }
a { background-color: rgb(246,197,56); }
div.DivClassName
{
background-color: #F6C538;
}
.BgClassName
{
background-color: #F6C538;
}
</style>
border-color css
<style>
span { border-color: #F6C538; }
span { border-color: rgb(246,197,56); }
td.TdClassName
{
border-color: #F6C538;
}
.TagClassName
{
border-color: #F6C538;
}
</style>