Shades of Saffron #F6BC2C
Tints of Saffron #F6BC2C
RGB
CMYK
RGB Variations
Color information
#F6BC2C (or 0xF6BC2C) is known color: Saffron. HEX triplet: F6, BC and 2C. RGB value is (246,188,44). Sum of RGB (Red+Green+Blue) = 246+188+44=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC2C is #0943D3. Grayscale: #BDBDBD. Windows color (decimal): -607188 or 2931958. OLE color: 2931958.
HSL color Cylindrical-coordinate representation of color #F6BC2C: hue angle of 42.77º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6BC2C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 44 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.04 |
| HSL | 42.77º | 0.92% | 0.57% | - |
| HSV(B) | 42.77º | 0.82% | 0.96% | - |
| XYZ | 56.44 | 55.74 | 10.17 | - |
| YUV | 188.93 | 46.22 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 44 | 0 | 0.24 | 0.82 | 0.04 | 42.77 | 0.92 | 0.57 |
| Hex | F6 | BC | 2C | 0 | 18 | 52 | 4 | 2B | 5C | 39 |
| Octal | 366 | 274 | 54 | 0 | 30 | 122 | 4 | 53 | 134 | 71 |
| Binary | 11110110 | 10111100 | 101100 | 0 | 11000 | 1010010 | 100 | 101011 | 1011100 | 111001 |
Color Harmonies of #F6BC2C
Complementary color
Monochromatic Colors of #F6BC2C
Black with #F6BC2C
Text Example
Text Example
White with #F6BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC2C; }
p { color: rgb(246,188,44); }
H1.HeaderClassName
{
color: #F6BC2C;
}
.AnyTagClassName
{
color: #F6BC2C;
}
</style>
background-color css
<style>
a { background-color: #F6BC2C; }
a { background-color: rgb(246,188,44); }
div.DivClassName
{
background-color: #F6BC2C;
}
.BgClassName
{
background-color: #F6BC2C;
}
</style>
border-color css
<style>
span { border-color: #F6BC2C; }
span { border-color: rgb(246,188,44); }
td.TdClassName
{
border-color: #F6BC2C;
}
.TagClassName
{
border-color: #F6BC2C;
}
</style>