Shades of Selective Yellow #FDB200
Tints of Selective Yellow #FDB200
RGB
CMYK
RGB Variations
Color information
#FDB200 (or 0xFDB200) is known color: Selective Yellow. HEX triplet: FD, B2 and 00. RGB value is (253,178,0). Sum of RGB (Red+Green+Blue) = 253+178+0=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB200 is #024DFF. Grayscale: #B4B4B4. Windows color (decimal): -151040 or 45821. OLE color: 45821.
HSL color Cylindrical-coordinate representation of color #FDB200: hue angle of 42.21º 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 #FDB200 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.01 |
| HSL | 42.21º | 1% | 0.5% | - |
| HSV(B) | 42.21º | 1% | 0.99% | - |
| XYZ | 56.43 | 52.72 | 7.2 | - |
| YUV | 180.13 | 26.35 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 0 | 0 | 0.30 | 1 | 0.01 | 42.21 | 1 | 0.5 |
| Hex | FD | B2 | 0 | 0 | 1E | 64 | 1 | 2A | 64 | 32 |
| Octal | 375 | 262 | 0 | 0 | 36 | 144 | 1 | 52 | 144 | 62 |
| Binary | 11111101 | 10110010 | 0 | 0 | 11110 | 1100100 | 1 | 101010 | 1100100 | 110010 |
Color Harmonies of #FDB200
Complementary color
Monochromatic Colors of #FDB200
Black with #FDB200
Text Example
Text Example
White with #FDB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB200; }
p { color: rgb(253,178,0); }
H1.HeaderClassName
{
color: #FDB200;
}
.AnyTagClassName
{
color: #FDB200;
}
</style>
background-color css
<style>
a { background-color: #FDB200; }
a { background-color: rgb(253,178,0); }
div.DivClassName
{
background-color: #FDB200;
}
.BgClassName
{
background-color: #FDB200;
}
</style>
border-color css
<style>
span { border-color: #FDB200; }
span { border-color: rgb(253,178,0); }
td.TdClassName
{
border-color: #FDB200;
}
.TagClassName
{
border-color: #FDB200;
}
</style>