Shades of Selective Yellow #FFB808
Tints of Selective Yellow #FFB808
RGB
CMYK
RGB Variations
Color information
#FFB808 (or 0xFFB808) is known color: Selective Yellow. HEX triplet: FF, B8 and 08. RGB value is (255,184,8). Sum of RGB (Red+Green+Blue) = 255+184+8=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB808 is #0047F7. Grayscale: #B9B9B9. Windows color (decimal): -18424 or 571647. OLE color: 571647.
HSL color Cylindrical-coordinate representation of color #FFB808: hue angle of 42.75º 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 #FFB808 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0 |
| HSL | 42.75º | 1% | 0.52% | - |
| HSV(B) | 42.75º | 0.97% | 1% | - |
| XYZ | 58.42 | 55.56 | 7.87 | - |
| YUV | 185.17 | 28.02 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 8 | 0 | 0.28 | 0.97 | 0 | 42.75 | 1 | 0.52 |
| Hex | FF | B8 | 8 | 0 | 1C | 61 | 0 | 2B | 64 | 34 |
| Octal | 377 | 270 | 10 | 0 | 34 | 141 | 0 | 53 | 144 | 64 |
| Binary | 11111111 | 10111000 | 1000 | 0 | 11100 | 1100001 | 0 | 101011 | 1100100 | 110100 |
Color Harmonies of #FFB808
Complementary color
Monochromatic Colors of #FFB808
Black with #FFB808
Text Example
Text Example
White with #FFB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB808; }
p { color: rgb(255,184,8); }
H1.HeaderClassName
{
color: #FFB808;
}
.AnyTagClassName
{
color: #FFB808;
}
</style>
background-color css
<style>
a { background-color: #FFB808; }
a { background-color: rgb(255,184,8); }
div.DivClassName
{
background-color: #FFB808;
}
.BgClassName
{
background-color: #FFB808;
}
</style>
border-color css
<style>
span { border-color: #FFB808; }
span { border-color: rgb(255,184,8); }
td.TdClassName
{
border-color: #FFB808;
}
.TagClassName
{
border-color: #FFB808;
}
</style>