Shades of Selective Yellow #FDB90B
Tints of Selective Yellow #FDB90B
RGB
CMYK
RGB Variations
Color information
#FDB90B (or 0xFDB90B) is known color: Selective Yellow. HEX triplet: FD, B9 and 0B. RGB value is (253,185,11). Sum of RGB (Red+Green+Blue) = 253+185+11=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB90B is #0246F4. Grayscale: #BABABA. Windows color (decimal): -149237 or 768509. OLE color: 768509.
HSL color Cylindrical-coordinate representation of color #FDB90B: hue angle of 43.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDB90B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 11 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.01 |
| HSL | 43.14º | 0.98% | 0.52% | - |
| HSV(B) | 43.14º | 0.96% | 0.99% | - |
| XYZ | 57.92 | 55.6 | 8 | - |
| YUV | 185.5 | 29.53 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 11 | 0 | 0.27 | 0.96 | 0.01 | 43.14 | 0.98 | 0.52 |
| Hex | FD | B9 | B | 0 | 1B | 60 | 1 | 2B | 62 | 34 |
| Octal | 375 | 271 | 13 | 0 | 33 | 140 | 1 | 53 | 142 | 64 |
| Binary | 11111101 | 10111001 | 1011 | 0 | 11011 | 1100000 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FDB90B
Complementary color
Monochromatic Colors of #FDB90B
Black with #FDB90B
Text Example
Text Example
White with #FDB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB90B; }
p { color: rgb(253,185,11); }
H1.HeaderClassName
{
color: #FDB90B;
}
.AnyTagClassName
{
color: #FDB90B;
}
</style>
background-color css
<style>
a { background-color: #FDB90B; }
a { background-color: rgb(253,185,11); }
div.DivClassName
{
background-color: #FDB90B;
}
.BgClassName
{
background-color: #FDB90B;
}
</style>
border-color css
<style>
span { border-color: #FDB90B; }
span { border-color: rgb(253,185,11); }
td.TdClassName
{
border-color: #FDB90B;
}
.TagClassName
{
border-color: #FDB90B;
}
</style>