Shades of Selective Yellow #FFB90B
Tints of Selective Yellow #FFB90B
RGB
CMYK
RGB Variations
Color information
#FFB90B (or 0xFFB90B) is known color: Selective Yellow. HEX triplet: FF, B9 and 0B. RGB value is (255,185,11). Sum of RGB (Red+Green+Blue) = 255+185+11=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB90B is #0046F4. Grayscale: #BABABA. Windows color (decimal): -18165 or 768511. OLE color: 768511.
HSL color Cylindrical-coordinate representation of color #FFB90B: hue angle of 42.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFB90B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 11 | - |
| CMYK | 0 | 0.27 | 0.96 | 0 |
| HSL | 42.79º | 1% | 0.52% | - |
| HSV(B) | 42.79º | 0.96% | 1% | - |
| XYZ | 58.65 | 55.98 | 8.03 | - |
| YUV | 186.09 | 29.19 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 11 | 0 | 0.27 | 0.96 | 0 | 42.79 | 1 | 0.52 |
| Hex | FF | B9 | B | 0 | 1B | 60 | 0 | 2B | 64 | 34 |
| Octal | 377 | 271 | 13 | 0 | 33 | 140 | 0 | 53 | 144 | 64 |
| Binary | 11111111 | 10111001 | 1011 | 0 | 11011 | 1100000 | 0 | 101011 | 1100100 | 110100 |
Color Harmonies of #FFB90B
Complementary color
Monochromatic Colors of #FFB90B
Black with #FFB90B
Text Example
Text Example
White with #FFB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB90B; }
p { color: rgb(255,185,11); }
H1.HeaderClassName
{
color: #FFB90B;
}
.AnyTagClassName
{
color: #FFB90B;
}
</style>
background-color css
<style>
a { background-color: #FFB90B; }
a { background-color: rgb(255,185,11); }
div.DivClassName
{
background-color: #FFB90B;
}
.BgClassName
{
background-color: #FFB90B;
}
</style>
border-color css
<style>
span { border-color: #FFB90B; }
span { border-color: rgb(255,185,11); }
td.TdClassName
{
border-color: #FFB90B;
}
.TagClassName
{
border-color: #FFB90B;
}
</style>