Shades of Saffron #F6BE3E
Tints of Saffron #F6BE3E
RGB
CMYK
RGB Variations
Color information
#F6BE3E (or 0xF6BE3E) is known color: Saffron. HEX triplet: F6, BE and 3E. RGB value is (246,190,62). Sum of RGB (Red+Green+Blue) = 246+190+62=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BE3E is #0941C1. Grayscale: #C0C0C0. Windows color (decimal): -606658 or 4112118. OLE color: 4112118.
HSL color Cylindrical-coordinate representation of color #F6BE3E: hue angle of 41.74º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6BE3E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 62 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.04 |
| HSL | 41.74º | 0.91% | 0.6% | - |
| HSV(B) | 41.74º | 0.75% | 0.96% | - |
| XYZ | 57.29 | 56.77 | 12.5 | - |
| YUV | 192.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 62 | 0 | 0.23 | 0.75 | 0.04 | 41.74 | 0.91 | 0.6 |
| Hex | F6 | BE | 3E | 0 | 17 | 4B | 4 | 2A | 5B | 3C |
| Octal | 366 | 276 | 76 | 0 | 27 | 113 | 4 | 52 | 133 | 74 |
| Binary | 11110110 | 10111110 | 111110 | 0 | 10111 | 1001011 | 100 | 101010 | 1011011 | 111100 |
Color Harmonies of #F6BE3E
Complementary color
Monochromatic Colors of #F6BE3E
Black with #F6BE3E
Text Example
Text Example
White with #F6BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BE3E; }
p { color: rgb(246,190,62); }
H1.HeaderClassName
{
color: #F6BE3E;
}
.AnyTagClassName
{
color: #F6BE3E;
}
</style>
background-color css
<style>
a { background-color: #F6BE3E; }
a { background-color: rgb(246,190,62); }
div.DivClassName
{
background-color: #F6BE3E;
}
.BgClassName
{
background-color: #F6BE3E;
}
</style>
border-color css
<style>
span { border-color: #F6BE3E; }
span { border-color: rgb(246,190,62); }
td.TdClassName
{
border-color: #F6BE3E;
}
.TagClassName
{
border-color: #F6BE3E;
}
</style>