Shades of Selective Yellow #FDB800
Tints of Selective Yellow #FDB800
RGB
CMYK
RGB Variations
Color information
#FDB800 (or 0xFDB800) is known color: Selective Yellow. HEX triplet: FD, B8 and 00. RGB value is (253,184,0). Sum of RGB (Red+Green+Blue) = 253+184+0=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB800 is #0247FF. Grayscale: #B8B8B8. Windows color (decimal): -149504 or 47357. OLE color: 47357.
HSL color Cylindrical-coordinate representation of color #FDB800: hue angle of 43.64º 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 #FDB800 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.01 |
| HSL | 43.64º | 1% | 0.5% | - |
| HSV(B) | 43.64º | 1% | 0.99% | - |
| XYZ | 57.65 | 55.16 | 7.61 | - |
| YUV | 183.66 | 24.36 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 0 | 0 | 0.27 | 1 | 0.01 | 43.64 | 1 | 0.5 |
| Hex | FD | B8 | 0 | 0 | 1B | 64 | 1 | 2C | 64 | 32 |
| Octal | 375 | 270 | 0 | 0 | 33 | 144 | 1 | 54 | 144 | 62 |
| Binary | 11111101 | 10111000 | 0 | 0 | 11011 | 1100100 | 1 | 101100 | 1100100 | 110010 |
Color Harmonies of #FDB800
Complementary color
Monochromatic Colors of #FDB800
Black with #FDB800
Text Example
Text Example
White with #FDB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB800; }
p { color: rgb(253,184,0); }
H1.HeaderClassName
{
color: #FDB800;
}
.AnyTagClassName
{
color: #FDB800;
}
</style>
background-color css
<style>
a { background-color: #FDB800; }
a { background-color: rgb(253,184,0); }
div.DivClassName
{
background-color: #FDB800;
}
.BgClassName
{
background-color: #FDB800;
}
</style>
border-color css
<style>
span { border-color: #FDB800; }
span { border-color: rgb(253,184,0); }
td.TdClassName
{
border-color: #FDB800;
}
.TagClassName
{
border-color: #FDB800;
}
</style>