Shades of Selective Yellow #F6B60E
Tints of Selective Yellow #F6B60E
RGB
CMYK
RGB Variations
Color information
#F6B60E (or 0xF6B60E) is known color: Selective Yellow. HEX triplet: F6, B6 and 0E. RGB value is (246,182,14). Sum of RGB (Red+Green+Blue) = 246+182+14=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B60E is #0949F1. Grayscale: #B6B6B6. Windows color (decimal): -608754 or 964342. OLE color: 964342.
HSL color Cylindrical-coordinate representation of color #F6B60E: hue angle of 43.45º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6B60E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.04 |
| HSL | 43.45º | 0.93% | 0.51% | - |
| HSV(B) | 43.45º | 0.94% | 0.96% | - |
| XYZ | 54.81 | 53.08 | 7.77 | - |
| YUV | 181.98 | 33.2 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 14 | 0 | 0.26 | 0.94 | 0.04 | 43.45 | 0.93 | 0.51 |
| Hex | F6 | B6 | E | 0 | 1A | 5E | 4 | 2B | 5D | 33 |
| Octal | 366 | 266 | 16 | 0 | 32 | 136 | 4 | 53 | 135 | 63 |
| Binary | 11110110 | 10110110 | 1110 | 0 | 11010 | 1011110 | 100 | 101011 | 1011101 | 110011 |
Color Harmonies of #F6B60E
Complementary color
Monochromatic Colors of #F6B60E
Black with #F6B60E
Text Example
Text Example
White with #F6B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B60E; }
p { color: rgb(246,182,14); }
H1.HeaderClassName
{
color: #F6B60E;
}
.AnyTagClassName
{
color: #F6B60E;
}
</style>
background-color css
<style>
a { background-color: #F6B60E; }
a { background-color: rgb(246,182,14); }
div.DivClassName
{
background-color: #F6B60E;
}
.BgClassName
{
background-color: #F6B60E;
}
</style>
border-color css
<style>
span { border-color: #F6B60E; }
span { border-color: rgb(246,182,14); }
td.TdClassName
{
border-color: #F6B60E;
}
.TagClassName
{
border-color: #F6B60E;
}
</style>