Shades of Selective Yellow #FFB600
Tints of Selective Yellow #FFB600
RGB
CMYK
RGB Variations
Color information
#FFB600 (or 0xFFB600) is known color: Selective Yellow. HEX triplet: FF, B6 and 00. RGB value is (255,182,0). Sum of RGB (Red+Green+Blue) = 255+182+0=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB600 is #0049FF. Grayscale: #B7B7B7. Windows color (decimal): -18944 or 46847. OLE color: 46847.
HSL color Cylindrical-coordinate representation of color #FFB600: hue angle of 42.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFB600 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0 |
| HSL | 42.82º | 1% | 0.5% | - |
| HSV(B) | 42.82º | 1% | 1% | - |
| XYZ | 57.97 | 54.72 | 7.51 | - |
| YUV | 183.08 | 24.68 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 0 | 0 | 0.29 | 1 | 0 | 42.82 | 1 | 0.5 |
| Hex | FF | B6 | 0 | 0 | 1D | 64 | 0 | 2B | 64 | 32 |
| Octal | 377 | 266 | 0 | 0 | 35 | 144 | 0 | 53 | 144 | 62 |
| Binary | 11111111 | 10110110 | 0 | 0 | 11101 | 1100100 | 0 | 101011 | 1100100 | 110010 |
Color Harmonies of #FFB600
Complementary color
Monochromatic Colors of #FFB600
Black with #FFB600
Text Example
Text Example
White with #FFB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB600; }
p { color: rgb(255,182,0); }
H1.HeaderClassName
{
color: #FFB600;
}
.AnyTagClassName
{
color: #FFB600;
}
</style>
background-color css
<style>
a { background-color: #FFB600; }
a { background-color: rgb(255,182,0); }
div.DivClassName
{
background-color: #FFB600;
}
.BgClassName
{
background-color: #FFB600;
}
</style>
border-color css
<style>
span { border-color: #FFB600; }
span { border-color: rgb(255,182,0); }
td.TdClassName
{
border-color: #FFB600;
}
.TagClassName
{
border-color: #FFB600;
}
</style>