Shades of Selective Yellow #FFB406
Tints of Selective Yellow #FFB406
RGB
CMYK
RGB Variations
Color information
#FFB406 (or 0xFFB406) is known color: Selective Yellow. HEX triplet: FF, B4 and 06. RGB value is (255,180,6). Sum of RGB (Red+Green+Blue) = 255+180+6=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB406 is #004BF9. Grayscale: #B7B7B7. Windows color (decimal): -19450 or 439551. OLE color: 439551.
HSL color Cylindrical-coordinate representation of color #FFB406: hue angle of 41.93º 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 #FFB406 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 6 | - |
| CMYK | 0 | 0.29 | 0.98 | 0 |
| HSL | 41.93º | 1% | 0.51% | - |
| HSV(B) | 41.93º | 0.98% | 1% | - |
| XYZ | 57.59 | 53.92 | 7.54 | - |
| YUV | 182.59 | 28.35 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 6 | 0 | 0.29 | 0.98 | 0 | 41.93 | 1 | 0.51 |
| Hex | FF | B4 | 6 | 0 | 1D | 62 | 0 | 2A | 64 | 33 |
| Octal | 377 | 264 | 6 | 0 | 35 | 142 | 0 | 52 | 144 | 63 |
| Binary | 11111111 | 10110100 | 110 | 0 | 11101 | 1100010 | 0 | 101010 | 1100100 | 110011 |
Color Harmonies of #FFB406
Complementary color
Monochromatic Colors of #FFB406
Black with #FFB406
Text Example
Text Example
White with #FFB406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB406; }
p { color: rgb(255,180,6); }
H1.HeaderClassName
{
color: #FFB406;
}
.AnyTagClassName
{
color: #FFB406;
}
</style>
background-color css
<style>
a { background-color: #FFB406; }
a { background-color: rgb(255,180,6); }
div.DivClassName
{
background-color: #FFB406;
}
.BgClassName
{
background-color: #FFB406;
}
</style>
border-color css
<style>
span { border-color: #FFB406; }
span { border-color: rgb(255,180,6); }
td.TdClassName
{
border-color: #FFB406;
}
.TagClassName
{
border-color: #FFB406;
}
</style>