Shades of Selective Yellow #FFB108
Tints of Selective Yellow #FFB108
RGB
CMYK
RGB Variations
Color information
#FFB108 (or 0xFFB108) is known color: Selective Yellow. HEX triplet: FF, B1 and 08. RGB value is (255,177,8). Sum of RGB (Red+Green+Blue) = 255+177+8=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB108 is #004EF7. Grayscale: #B5B5B5. Windows color (decimal): -20216 or 569855. OLE color: 569855.
HSL color Cylindrical-coordinate representation of color #FFB108: hue angle of 41.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFB108 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 8 | - |
| CMYK | 0 | 0.31 | 0.97 | 0 |
| HSL | 41.05º | 1% | 0.52% | - |
| HSV(B) | 41.05º | 0.97% | 1% | - |
| XYZ | 57.01 | 52.72 | 7.4 | - |
| YUV | 181.06 | 30.34 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 8 | 0 | 0.31 | 0.97 | 0 | 41.05 | 1 | 0.52 |
| Hex | FF | B1 | 8 | 0 | 1F | 61 | 0 | 29 | 64 | 34 |
| Octal | 377 | 261 | 10 | 0 | 37 | 141 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110001 | 1000 | 0 | 11111 | 1100001 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB108
Complementary color
Monochromatic Colors of #FFB108
Black with #FFB108
Text Example
Text Example
White with #FFB108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB108; }
p { color: rgb(255,177,8); }
H1.HeaderClassName
{
color: #FFB108;
}
.AnyTagClassName
{
color: #FFB108;
}
</style>
background-color css
<style>
a { background-color: #FFB108; }
a { background-color: rgb(255,177,8); }
div.DivClassName
{
background-color: #FFB108;
}
.BgClassName
{
background-color: #FFB108;
}
</style>
border-color css
<style>
span { border-color: #FFB108; }
span { border-color: rgb(255,177,8); }
td.TdClassName
{
border-color: #FFB108;
}
.TagClassName
{
border-color: #FFB108;
}
</style>