Shades of Selective Yellow #FDB900
Tints of Selective Yellow #FDB900
RGB
CMYK
RGB Variations
Color information
#FDB900 (or 0xFDB900) is known color: Selective Yellow. HEX triplet: FD, B9 and 00. RGB value is (253,185,0). Sum of RGB (Red+Green+Blue) = 253+185+0=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB900 is #0246FF. Grayscale: #B9B9B9. Windows color (decimal): -149248 or 47613. OLE color: 47613.
HSL color Cylindrical-coordinate representation of color #FDB900: hue angle of 43.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDB900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.01 |
| HSL | 43.87º | 1% | 0.5% | - |
| HSV(B) | 43.87º | 1% | 0.99% | - |
| XYZ | 57.86 | 55.58 | 7.68 | - |
| YUV | 184.24 | 24.03 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 0 | 0 | 0.27 | 1 | 0.01 | 43.87 | 1 | 0.5 |
| Hex | FD | B9 | 0 | 0 | 1B | 64 | 1 | 2C | 64 | 32 |
| Octal | 375 | 271 | 0 | 0 | 33 | 144 | 1 | 54 | 144 | 62 |
| Binary | 11111101 | 10111001 | 0 | 0 | 11011 | 1100100 | 1 | 101100 | 1100100 | 110010 |
Color Harmonies of #FDB900
Complementary color
Monochromatic Colors of #FDB900
Black with #FDB900
Text Example
Text Example
White with #FDB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB900; }
p { color: rgb(253,185,0); }
H1.HeaderClassName
{
color: #FDB900;
}
.AnyTagClassName
{
color: #FDB900;
}
</style>
background-color css
<style>
a { background-color: #FDB900; }
a { background-color: rgb(253,185,0); }
div.DivClassName
{
background-color: #FDB900;
}
.BgClassName
{
background-color: #FDB900;
}
</style>
border-color css
<style>
span { border-color: #FDB900; }
span { border-color: rgb(253,185,0); }
td.TdClassName
{
border-color: #FDB900;
}
.TagClassName
{
border-color: #FDB900;
}
</style>