Shades of Selective Yellow #FFB90D
Tints of Selective Yellow #FFB90D
RGB
CMYK
RGB Variations
Color information
#FFB90D (or 0xFFB90D) is known color: Selective Yellow. HEX triplet: FF, B9 and 0D. RGB value is (255,185,13). Sum of RGB (Red+Green+Blue) = 255+185+13=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB90D is #0046F2. Grayscale: #BBBBBB. Windows color (decimal): -18163 or 899583. OLE color: 899583.
HSL color Cylindrical-coordinate representation of color #FFB90D: hue angle of 42.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB90D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0 |
| HSL | 42.64º | 1% | 0.53% | - |
| HSV(B) | 42.64º | 0.95% | 1% | - |
| XYZ | 58.66 | 55.99 | 8.1 | - |
| YUV | 186.32 | 30.19 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 13 | 0 | 0.27 | 0.95 | 0 | 42.64 | 1 | 0.53 |
| Hex | FF | B9 | D | 0 | 1B | 5F | 0 | 2B | 64 | 35 |
| Octal | 377 | 271 | 15 | 0 | 33 | 137 | 0 | 53 | 144 | 65 |
| Binary | 11111111 | 10111001 | 1101 | 0 | 11011 | 1011111 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFB90D
Complementary color
Monochromatic Colors of #FFB90D
Black with #FFB90D
Text Example
Text Example
White with #FFB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB90D; }
p { color: rgb(255,185,13); }
H1.HeaderClassName
{
color: #FFB90D;
}
.AnyTagClassName
{
color: #FFB90D;
}
</style>
background-color css
<style>
a { background-color: #FFB90D; }
a { background-color: rgb(255,185,13); }
div.DivClassName
{
background-color: #FFB90D;
}
.BgClassName
{
background-color: #FFB90D;
}
</style>
border-color css
<style>
span { border-color: #FFB90D; }
span { border-color: rgb(255,185,13); }
td.TdClassName
{
border-color: #FFB90D;
}
.TagClassName
{
border-color: #FFB90D;
}
</style>