Shades of Selective Yellow #FFB906
Tints of Selective Yellow #FFB906
RGB
CMYK
RGB Variations
Color information
#FFB906 (or 0xFFB906) is known color: Selective Yellow. HEX triplet: FF, B9 and 06. RGB value is (255,185,6). Sum of RGB (Red+Green+Blue) = 255+185+6=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB906 is #0046F9. Grayscale: #BABABA. Windows color (decimal): -18170 or 440831. OLE color: 440831.
HSL color Cylindrical-coordinate representation of color #FFB906: hue angle of 43.13º 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 #FFB906 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 6 | - |
| CMYK | 0 | 0.27 | 0.98 | 0 |
| HSL | 43.13º | 1% | 0.51% | - |
| HSV(B) | 43.13º | 0.98% | 1% | - |
| XYZ | 58.62 | 55.97 | 7.89 | - |
| YUV | 185.52 | 26.69 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 6 | 0 | 0.27 | 0.98 | 0 | 43.13 | 1 | 0.51 |
| Hex | FF | B9 | 6 | 0 | 1B | 62 | 0 | 2B | 64 | 33 |
| Octal | 377 | 271 | 6 | 0 | 33 | 142 | 0 | 53 | 144 | 63 |
| Binary | 11111111 | 10111001 | 110 | 0 | 11011 | 1100010 | 0 | 101011 | 1100100 | 110011 |
Color Harmonies of #FFB906
Complementary color
Monochromatic Colors of #FFB906
Black with #FFB906
Text Example
Text Example
White with #FFB906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB906; }
p { color: rgb(255,185,6); }
H1.HeaderClassName
{
color: #FFB906;
}
.AnyTagClassName
{
color: #FFB906;
}
</style>
background-color css
<style>
a { background-color: #FFB906; }
a { background-color: rgb(255,185,6); }
div.DivClassName
{
background-color: #FFB906;
}
.BgClassName
{
background-color: #FFB906;
}
</style>
border-color css
<style>
span { border-color: #FFB906; }
span { border-color: rgb(255,185,6); }
td.TdClassName
{
border-color: #FFB906;
}
.TagClassName
{
border-color: #FFB906;
}
</style>