Shades of Selective Yellow #FFB006
Tints of Selective Yellow #FFB006
RGB
CMYK
RGB Variations
Color information
#FFB006 (or 0xFFB006) is known color: Selective Yellow. HEX triplet: FF, B0 and 06. RGB value is (255,176,6). Sum of RGB (Red+Green+Blue) = 255+176+6=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB006 is #004FF9. Grayscale: #B4B4B4. Windows color (decimal): -20474 or 438527. OLE color: 438527.
HSL color Cylindrical-coordinate representation of color #FFB006: hue angle of 40.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFB006 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 6 | - |
| CMYK | 0 | 0.31 | 0.98 | 0 |
| HSL | 40.96º | 1% | 0.51% | - |
| HSV(B) | 40.96º | 0.98% | 1% | - |
| XYZ | 56.8 | 52.32 | 7.28 | - |
| YUV | 180.24 | 29.67 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 6 | 0 | 0.31 | 0.98 | 0 | 40.96 | 1 | 0.51 |
| Hex | FF | B0 | 6 | 0 | 1F | 62 | 0 | 29 | 64 | 33 |
| Octal | 377 | 260 | 6 | 0 | 37 | 142 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10110000 | 110 | 0 | 11111 | 1100010 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFB006
Complementary color
Monochromatic Colors of #FFB006
Black with #FFB006
Text Example
Text Example
White with #FFB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB006; }
p { color: rgb(255,176,6); }
H1.HeaderClassName
{
color: #FFB006;
}
.AnyTagClassName
{
color: #FFB006;
}
</style>
background-color css
<style>
a { background-color: #FFB006; }
a { background-color: rgb(255,176,6); }
div.DivClassName
{
background-color: #FFB006;
}
.BgClassName
{
background-color: #FFB006;
}
</style>
border-color css
<style>
span { border-color: #FFB006; }
span { border-color: rgb(255,176,6); }
td.TdClassName
{
border-color: #FFB006;
}
.TagClassName
{
border-color: #FFB006;
}
</style>