Shades of Selective Yellow #FFB506
Tints of Selective Yellow #FFB506
RGB
CMYK
RGB Variations
Color information
#FFB506 (or 0xFFB506) is known color: Selective Yellow. HEX triplet: FF, B5 and 06. RGB value is (255,181,6). Sum of RGB (Red+Green+Blue) = 255+181+6=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB506 is #004AF9. Grayscale: #B7B7B7. Windows color (decimal): -19194 or 439807. OLE color: 439807.
HSL color Cylindrical-coordinate representation of color #FFB506: hue angle of 42.17º 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 #FFB506 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 6 | - |
| CMYK | 0 | 0.29 | 0.98 | 0 |
| HSL | 42.17º | 1% | 0.51% | - |
| HSV(B) | 42.17º | 0.98% | 1% | - |
| XYZ | 57.8 | 54.32 | 7.61 | - |
| YUV | 183.18 | 28.02 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 6 | 0 | 0.29 | 0.98 | 0 | 42.17 | 1 | 0.51 |
| Hex | FF | B5 | 6 | 0 | 1D | 62 | 0 | 2A | 64 | 33 |
| Octal | 377 | 265 | 6 | 0 | 35 | 142 | 0 | 52 | 144 | 63 |
| Binary | 11111111 | 10110101 | 110 | 0 | 11101 | 1100010 | 0 | 101010 | 1100100 | 110011 |
Color Harmonies of #FFB506
Complementary color
Monochromatic Colors of #FFB506
Black with #FFB506
Text Example
Text Example
White with #FFB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB506; }
p { color: rgb(255,181,6); }
H1.HeaderClassName
{
color: #FFB506;
}
.AnyTagClassName
{
color: #FFB506;
}
</style>
background-color css
<style>
a { background-color: #FFB506; }
a { background-color: rgb(255,181,6); }
div.DivClassName
{
background-color: #FFB506;
}
.BgClassName
{
background-color: #FFB506;
}
</style>
border-color css
<style>
span { border-color: #FFB506; }
span { border-color: rgb(255,181,6); }
td.TdClassName
{
border-color: #FFB506;
}
.TagClassName
{
border-color: #FFB506;
}
</style>