Shades of Saffron #F6BE3B
Tints of Saffron #F6BE3B
RGB
CMYK
RGB Variations
Color information
#F6BE3B (or 0xF6BE3B) is known color: Saffron. HEX triplet: F6, BE and 3B. RGB value is (246,190,59). Sum of RGB (Red+Green+Blue) = 246+190+59=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BE3B is #0941C4. Grayscale: #C0C0C0. Windows color (decimal): -606661 or 3915510. OLE color: 3915510.
HSL color Cylindrical-coordinate representation of color #F6BE3B: hue angle of 42.03º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6BE3B is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 59 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.04 |
| HSL | 42.03º | 0.91% | 0.6% | - |
| HSV(B) | 42.03º | 0.76% | 0.96% | - |
| XYZ | 57.21 | 56.74 | 12.07 | - |
| YUV | 191.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 59 | 0 | 0.23 | 0.76 | 0.04 | 42.03 | 0.91 | 0.6 |
| Hex | F6 | BE | 3B | 0 | 17 | 4C | 4 | 2A | 5B | 3C |
| Octal | 366 | 276 | 73 | 0 | 27 | 114 | 4 | 52 | 133 | 74 |
| Binary | 11110110 | 10111110 | 111011 | 0 | 10111 | 1001100 | 100 | 101010 | 1011011 | 111100 |
Color Harmonies of #F6BE3B
Complementary color
Monochromatic Colors of #F6BE3B
Black with #F6BE3B
Text Example
Text Example
White with #F6BE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BE3B; }
p { color: rgb(246,190,59); }
H1.HeaderClassName
{
color: #F6BE3B;
}
.AnyTagClassName
{
color: #F6BE3B;
}
</style>
background-color css
<style>
a { background-color: #F6BE3B; }
a { background-color: rgb(246,190,59); }
div.DivClassName
{
background-color: #F6BE3B;
}
.BgClassName
{
background-color: #F6BE3B;
}
</style>
border-color css
<style>
span { border-color: #F6BE3B; }
span { border-color: rgb(246,190,59); }
td.TdClassName
{
border-color: #F6BE3B;
}
.TagClassName
{
border-color: #F6BE3B;
}
</style>