Shades of Selective Yellow #FFB100
Tints of Selective Yellow #FFB100
RGB
CMYK
RGB Variations
Color information
#FFB100 (or 0xFFB100) is known color: Selective Yellow. HEX triplet: FF, B1 and 00. RGB value is (255,177,0). Sum of RGB (Red+Green+Blue) = 255+177+0=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB100 is #004EFF. Grayscale: #B4B4B4. Windows color (decimal): -20224 or 45567. OLE color: 45567.
HSL color Cylindrical-coordinate representation of color #FFB100: hue angle of 41.65º 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 #FFB100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0 |
| HSL | 41.65º | 1% | 0.5% | - |
| HSV(B) | 41.65º | 1% | 1% | - |
| XYZ | 56.96 | 52.7 | 7.17 | - |
| YUV | 180.14 | 26.34 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 0 | 0 | 0.31 | 1 | 0 | 41.65 | 1 | 0.5 |
| Hex | FF | B1 | 0 | 0 | 1F | 64 | 0 | 2A | 64 | 32 |
| Octal | 377 | 261 | 0 | 0 | 37 | 144 | 0 | 52 | 144 | 62 |
| Binary | 11111111 | 10110001 | 0 | 0 | 11111 | 1100100 | 0 | 101010 | 1100100 | 110010 |
Color Harmonies of #FFB100
Complementary color
Monochromatic Colors of #FFB100
Black with #FFB100
Text Example
Text Example
White with #FFB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB100; }
p { color: rgb(255,177,0); }
H1.HeaderClassName
{
color: #FFB100;
}
.AnyTagClassName
{
color: #FFB100;
}
</style>
background-color css
<style>
a { background-color: #FFB100; }
a { background-color: rgb(255,177,0); }
div.DivClassName
{
background-color: #FFB100;
}
.BgClassName
{
background-color: #FFB100;
}
</style>
border-color css
<style>
span { border-color: #FFB100; }
span { border-color: rgb(255,177,0); }
td.TdClassName
{
border-color: #FFB100;
}
.TagClassName
{
border-color: #FFB100;
}
</style>