Shades of Saffron #F6BE2D
Tints of Saffron #F6BE2D
RGB
CMYK
RGB Variations
Color information
#F6BE2D (or 0xF6BE2D) is known color: Saffron. HEX triplet: F6, BE and 2D. RGB value is (246,190,45). Sum of RGB (Red+Green+Blue) = 246+190+45=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BE2D is #0941D2. Grayscale: #BEBEBE. Windows color (decimal): -606675 or 2998006. OLE color: 2998006.
HSL color Cylindrical-coordinate representation of color #F6BE2D: hue angle of 43.28º 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 #F6BE2D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 45 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.04 |
| HSL | 43.28º | 0.92% | 0.57% | - |
| HSV(B) | 43.28º | 0.82% | 0.96% | - |
| XYZ | 56.89 | 56.61 | 10.41 | - |
| YUV | 190.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 45 | 0 | 0.23 | 0.82 | 0.04 | 43.28 | 0.92 | 0.57 |
| Hex | F6 | BE | 2D | 0 | 17 | 52 | 4 | 2B | 5C | 39 |
| Octal | 366 | 276 | 55 | 0 | 27 | 122 | 4 | 53 | 134 | 71 |
| Binary | 11110110 | 10111110 | 101101 | 0 | 10111 | 1010010 | 100 | 101011 | 1011100 | 111001 |
Color Harmonies of #F6BE2D
Complementary color
Monochromatic Colors of #F6BE2D
Black with #F6BE2D
Text Example
Text Example
White with #F6BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BE2D; }
p { color: rgb(246,190,45); }
H1.HeaderClassName
{
color: #F6BE2D;
}
.AnyTagClassName
{
color: #F6BE2D;
}
</style>
background-color css
<style>
a { background-color: #F6BE2D; }
a { background-color: rgb(246,190,45); }
div.DivClassName
{
background-color: #F6BE2D;
}
.BgClassName
{
background-color: #F6BE2D;
}
</style>
border-color css
<style>
span { border-color: #F6BE2D; }
span { border-color: rgb(246,190,45); }
td.TdClassName
{
border-color: #F6BE2D;
}
.TagClassName
{
border-color: #F6BE2D;
}
</style>