Shades of Selective Yellow #FDB400
Tints of Selective Yellow #FDB400
RGB
CMYK
RGB Variations
Color information
#FDB400 (or 0xFDB400) is known color: Selective Yellow. HEX triplet: FD, B4 and 00. RGB value is (253,180,0). Sum of RGB (Red+Green+Blue) = 253+180+0=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB400 is #024BFF. Grayscale: #B6B6B6. Windows color (decimal): -150528 or 46333. OLE color: 46333.
HSL color Cylindrical-coordinate representation of color #FDB400: hue angle of 42.69º 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 #FDB400 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.01 |
| HSL | 42.69º | 1% | 0.5% | - |
| HSV(B) | 42.69º | 1% | 0.99% | - |
| XYZ | 56.83 | 53.53 | 7.34 | - |
| YUV | 181.31 | 25.68 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 0 | 0 | 0.29 | 1 | 0.01 | 42.69 | 1 | 0.5 |
| Hex | FD | B4 | 0 | 0 | 1D | 64 | 1 | 2B | 64 | 32 |
| Octal | 375 | 264 | 0 | 0 | 35 | 144 | 1 | 53 | 144 | 62 |
| Binary | 11111101 | 10110100 | 0 | 0 | 11101 | 1100100 | 1 | 101011 | 1100100 | 110010 |
Color Harmonies of #FDB400
Complementary color
Monochromatic Colors of #FDB400
Black with #FDB400
Text Example
Text Example
White with #FDB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB400; }
p { color: rgb(253,180,0); }
H1.HeaderClassName
{
color: #FDB400;
}
.AnyTagClassName
{
color: #FDB400;
}
</style>
background-color css
<style>
a { background-color: #FDB400; }
a { background-color: rgb(253,180,0); }
div.DivClassName
{
background-color: #FDB400;
}
.BgClassName
{
background-color: #FDB400;
}
</style>
border-color css
<style>
span { border-color: #FDB400; }
span { border-color: rgb(253,180,0); }
td.TdClassName
{
border-color: #FDB400;
}
.TagClassName
{
border-color: #FDB400;
}
</style>