Shades of Selective Yellow #FDB90D
Tints of Selective Yellow #FDB90D
RGB
CMYK
RGB Variations
Color information
#FDB90D (or 0xFDB90D) is known color: Selective Yellow. HEX triplet: FD, B9 and 0D. RGB value is (253,185,13). Sum of RGB (Red+Green+Blue) = 253+185+13=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB90D is #0246F2. Grayscale: #BABABA. Windows color (decimal): -149235 or 899581. OLE color: 899581.
HSL color Cylindrical-coordinate representation of color #FDB90D: hue angle of 43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDB90D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.01 |
| HSL | 43º | 0.98% | 0.52% | - |
| HSV(B) | 43º | 0.95% | 0.99% | - |
| XYZ | 57.93 | 55.61 | 8.06 | - |
| YUV | 185.72 | 30.53 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 13 | 0 | 0.27 | 0.95 | 0.01 | 43 | 0.98 | 0.52 |
| Hex | FD | B9 | D | 0 | 1B | 5F | 1 | 2B | 62 | 34 |
| Octal | 375 | 271 | 15 | 0 | 33 | 137 | 1 | 53 | 142 | 64 |
| Binary | 11111101 | 10111001 | 1101 | 0 | 11011 | 1011111 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FDB90D
Complementary color
Monochromatic Colors of #FDB90D
Black with #FDB90D
Text Example
Text Example
White with #FDB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB90D; }
p { color: rgb(253,185,13); }
H1.HeaderClassName
{
color: #FDB90D;
}
.AnyTagClassName
{
color: #FDB90D;
}
</style>
background-color css
<style>
a { background-color: #FDB90D; }
a { background-color: rgb(253,185,13); }
div.DivClassName
{
background-color: #FDB90D;
}
.BgClassName
{
background-color: #FDB90D;
}
</style>
border-color css
<style>
span { border-color: #FDB90D; }
span { border-color: rgb(253,185,13); }
td.TdClassName
{
border-color: #FDB90D;
}
.TagClassName
{
border-color: #FDB90D;
}
</style>