Shades of Selective Yellow #FFB90F
Tints of Selective Yellow #FFB90F
RGB
CMYK
RGB Variations
Color information
#FFB90F (or 0xFFB90F) is known color: Selective Yellow. HEX triplet: FF, B9 and 0F. RGB value is (255,185,15). Sum of RGB (Red+Green+Blue) = 255+185+15=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB90F is #0046F0. Grayscale: #BBBBBB. Windows color (decimal): -18161 or 1030655. OLE color: 1030655.
HSL color Cylindrical-coordinate representation of color #FFB90F: hue angle of 42.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFB90F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 15 | - |
| CMYK | 0 | 0.27 | 0.94 | 0 |
| HSL | 42.5º | 1% | 0.53% | - |
| HSV(B) | 42.5º | 0.94% | 1% | - |
| XYZ | 58.68 | 55.99 | 8.17 | - |
| YUV | 186.55 | 31.19 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 15 | 0 | 0.27 | 0.94 | 0 | 42.5 | 1 | 0.53 |
| Hex | FF | B9 | F | 0 | 1B | 5E | 0 | 2A | 64 | 35 |
| Octal | 377 | 271 | 17 | 0 | 33 | 136 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10111001 | 1111 | 0 | 11011 | 1011110 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB90F
Complementary color
Monochromatic Colors of #FFB90F
Black with #FFB90F
Text Example
Text Example
White with #FFB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB90F; }
p { color: rgb(255,185,15); }
H1.HeaderClassName
{
color: #FFB90F;
}
.AnyTagClassName
{
color: #FFB90F;
}
</style>
background-color css
<style>
a { background-color: #FFB90F; }
a { background-color: rgb(255,185,15); }
div.DivClassName
{
background-color: #FFB90F;
}
.BgClassName
{
background-color: #FFB90F;
}
</style>
border-color css
<style>
span { border-color: #FFB90F; }
span { border-color: rgb(255,185,15); }
td.TdClassName
{
border-color: #FFB90F;
}
.TagClassName
{
border-color: #FFB90F;
}
</style>