Shades of Saffron #F6BC2D
Tints of Saffron #F6BC2D
RGB
CMYK
RGB Variations
Color information
#F6BC2D (or 0xF6BC2D) is known color: Saffron. HEX triplet: F6, BC and 2D. RGB value is (246,188,45). Sum of RGB (Red+Green+Blue) = 246+188+45=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC2D is #0943D2. Grayscale: #BDBDBD. Windows color (decimal): -607187 or 2997494. OLE color: 2997494.
HSL color Cylindrical-coordinate representation of color #F6BC2D: hue angle of 42.69º 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 #F6BC2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.04 |
| HSL | 42.69º | 0.92% | 0.57% | - |
| HSV(B) | 42.69º | 0.82% | 0.96% | - |
| XYZ | 56.46 | 55.75 | 10.27 | - |
| YUV | 189.04 | 46.72 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 45 | 0 | 0.24 | 0.82 | 0.04 | 42.69 | 0.92 | 0.57 |
| Hex | F6 | BC | 2D | 0 | 18 | 52 | 4 | 2B | 5C | 39 |
| Octal | 366 | 274 | 55 | 0 | 30 | 122 | 4 | 53 | 134 | 71 |
| Binary | 11110110 | 10111100 | 101101 | 0 | 11000 | 1010010 | 100 | 101011 | 1011100 | 111001 |
Color Harmonies of #F6BC2D
Complementary color
Monochromatic Colors of #F6BC2D
Black with #F6BC2D
Text Example
Text Example
White with #F6BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC2D; }
p { color: rgb(246,188,45); }
H1.HeaderClassName
{
color: #F6BC2D;
}
.AnyTagClassName
{
color: #F6BC2D;
}
</style>
background-color css
<style>
a { background-color: #F6BC2D; }
a { background-color: rgb(246,188,45); }
div.DivClassName
{
background-color: #F6BC2D;
}
.BgClassName
{
background-color: #F6BC2D;
}
</style>
border-color css
<style>
span { border-color: #F6BC2D; }
span { border-color: rgb(246,188,45); }
td.TdClassName
{
border-color: #F6BC2D;
}
.TagClassName
{
border-color: #F6BC2D;
}
</style>