Shades of Selective Yellow #FFB206
Tints of Selective Yellow #FFB206
RGB
CMYK
RGB Variations
Color information
#FFB206 (or 0xFFB206) is known color: Selective Yellow. HEX triplet: FF, B2 and 06. RGB value is (255,178,6). Sum of RGB (Red+Green+Blue) = 255+178+6=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB206 is #004DF9. Grayscale: #B6B6B6. Windows color (decimal): -19962 or 439039. OLE color: 439039.
HSL color Cylindrical-coordinate representation of color #FFB206: hue angle of 41.45º 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 #FFB206 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 6 | - |
| CMYK | 0 | 0.30 | 0.98 | 0 |
| HSL | 41.45º | 1% | 0.51% | - |
| HSV(B) | 41.45º | 0.98% | 1% | - |
| XYZ | 57.19 | 53.11 | 7.41 | - |
| YUV | 181.42 | 29.01 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 6 | 0 | 0.30 | 0.98 | 0 | 41.45 | 1 | 0.51 |
| Hex | FF | B2 | 6 | 0 | 1E | 62 | 0 | 29 | 64 | 33 |
| Octal | 377 | 262 | 6 | 0 | 36 | 142 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10110010 | 110 | 0 | 11110 | 1100010 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFB206
Complementary color
Monochromatic Colors of #FFB206
Black with #FFB206
Text Example
Text Example
White with #FFB206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB206; }
p { color: rgb(255,178,6); }
H1.HeaderClassName
{
color: #FFB206;
}
.AnyTagClassName
{
color: #FFB206;
}
</style>
background-color css
<style>
a { background-color: #FFB206; }
a { background-color: rgb(255,178,6); }
div.DivClassName
{
background-color: #FFB206;
}
.BgClassName
{
background-color: #FFB206;
}
</style>
border-color css
<style>
span { border-color: #FFB206; }
span { border-color: rgb(255,178,6); }
td.TdClassName
{
border-color: #FFB206;
}
.TagClassName
{
border-color: #FFB206;
}
</style>