Shades of Selective Yellow #FFB908
Tints of Selective Yellow #FFB908
RGB
CMYK
RGB Variations
Color information
#FFB908 (or 0xFFB908) is known color: Selective Yellow. HEX triplet: FF, B9 and 08. RGB value is (255,185,8). Sum of RGB (Red+Green+Blue) = 255+185+8=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB908 is #0046F7. Grayscale: #BABABA. Windows color (decimal): -18168 or 571903. OLE color: 571903.
HSL color Cylindrical-coordinate representation of color #FFB908: hue angle of 43º 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 #FFB908 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0 |
| HSL | 43º | 1% | 0.52% | - |
| HSV(B) | 43º | 0.97% | 1% | - |
| XYZ | 58.63 | 55.98 | 7.94 | - |
| YUV | 185.75 | 27.69 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 8 | 0 | 0.27 | 0.97 | 0 | 43 | 1 | 0.52 |
| Hex | FF | B9 | 8 | 0 | 1B | 61 | 0 | 2B | 64 | 34 |
| Octal | 377 | 271 | 10 | 0 | 33 | 141 | 0 | 53 | 144 | 64 |
| Binary | 11111111 | 10111001 | 1000 | 0 | 11011 | 1100001 | 0 | 101011 | 1100100 | 110100 |
Color Harmonies of #FFB908
Complementary color
Monochromatic Colors of #FFB908
Black with #FFB908
Text Example
Text Example
White with #FFB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB908; }
p { color: rgb(255,185,8); }
H1.HeaderClassName
{
color: #FFB908;
}
.AnyTagClassName
{
color: #FFB908;
}
</style>
background-color css
<style>
a { background-color: #FFB908; }
a { background-color: rgb(255,185,8); }
div.DivClassName
{
background-color: #FFB908;
}
.BgClassName
{
background-color: #FFB908;
}
</style>
border-color css
<style>
span { border-color: #FFB908; }
span { border-color: rgb(255,185,8); }
td.TdClassName
{
border-color: #FFB908;
}
.TagClassName
{
border-color: #FFB908;
}
</style>