Shades of Selective Yellow #F7B006
Tints of Selective Yellow #F7B006
RGB
CMYK
RGB Variations
Color information
#F7B006 (or 0xF7B006) is known color: Selective Yellow. HEX triplet: F7, B0 and 06. RGB value is (247,176,6). Sum of RGB (Red+Green+Blue) = 247+176+6=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B006 is #084FF9. Grayscale: #B2B2B2. Windows color (decimal): -544762 or 438519. OLE color: 438519.
HSL color Cylindrical-coordinate representation of color #F7B006: hue angle of 42.32º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7B006 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 6 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.03 |
| HSL | 42.32º | 0.95% | 0.5% | - |
| HSV(B) | 42.32º | 0.98% | 0.97% | - |
| XYZ | 53.92 | 50.84 | 7.14 | - |
| YUV | 177.85 | 31.02 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 6 | 0 | 0.29 | 0.98 | 0.03 | 42.32 | 0.95 | 0.5 |
| Hex | F7 | B0 | 6 | 0 | 1D | 62 | 3 | 2A | 5F | 32 |
| Octal | 367 | 260 | 6 | 0 | 35 | 142 | 3 | 52 | 137 | 62 |
| Binary | 11110111 | 10110000 | 110 | 0 | 11101 | 1100010 | 11 | 101010 | 1011111 | 110010 |
Color Harmonies of #F7B006
Complementary color
Monochromatic Colors of #F7B006
Black with #F7B006
Text Example
Text Example
White with #F7B006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B006; }
p { color: rgb(247,176,6); }
H1.HeaderClassName
{
color: #F7B006;
}
.AnyTagClassName
{
color: #F7B006;
}
</style>
background-color css
<style>
a { background-color: #F7B006; }
a { background-color: rgb(247,176,6); }
div.DivClassName
{
background-color: #F7B006;
}
.BgClassName
{
background-color: #F7B006;
}
</style>
border-color css
<style>
span { border-color: #F7B006; }
span { border-color: rgb(247,176,6); }
td.TdClassName
{
border-color: #F7B006;
}
.TagClassName
{
border-color: #F7B006;
}
</style>