Shades of Selective Yellow #F7B008
Tints of Selective Yellow #F7B008
RGB
CMYK
RGB Variations
Color information
#F7B008 (or 0xF7B008) is known color: Selective Yellow. HEX triplet: F7, B0 and 08. RGB value is (247,176,8). Sum of RGB (Red+Green+Blue) = 247+176+8=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B008 is #084FF7. Grayscale: #B2B2B2. Windows color (decimal): -544760 or 569591. OLE color: 569591.
HSL color Cylindrical-coordinate representation of color #F7B008: hue angle of 42.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7B008 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 8 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.03 |
| HSL | 42.18º | 0.94% | 0.5% | - |
| HSV(B) | 42.18º | 0.97% | 0.97% | - |
| XYZ | 53.93 | 50.84 | 7.2 | - |
| YUV | 178.08 | 32.02 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 8 | 0 | 0.29 | 0.97 | 0.03 | 42.18 | 0.94 | 0.5 |
| Hex | F7 | B0 | 8 | 0 | 1D | 61 | 3 | 2A | 5E | 32 |
| Octal | 367 | 260 | 10 | 0 | 35 | 141 | 3 | 52 | 136 | 62 |
| Binary | 11110111 | 10110000 | 1000 | 0 | 11101 | 1100001 | 11 | 101010 | 1011110 | 110010 |
Color Harmonies of #F7B008
Complementary color
Monochromatic Colors of #F7B008
Black with #F7B008
Text Example
Text Example
White with #F7B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B008; }
p { color: rgb(247,176,8); }
H1.HeaderClassName
{
color: #F7B008;
}
.AnyTagClassName
{
color: #F7B008;
}
</style>
background-color css
<style>
a { background-color: #F7B008; }
a { background-color: rgb(247,176,8); }
div.DivClassName
{
background-color: #F7B008;
}
.BgClassName
{
background-color: #F7B008;
}
</style>
border-color css
<style>
span { border-color: #F7B008; }
span { border-color: rgb(247,176,8); }
td.TdClassName
{
border-color: #F7B008;
}
.TagClassName
{
border-color: #F7B008;
}
</style>