Shades of Selective Yellow #FDB802
Tints of Selective Yellow #FDB802
RGB
CMYK
RGB Variations
Color information
#FDB802 (or 0xFDB802) is known color: Selective Yellow. HEX triplet: FD, B8 and 02. RGB value is (253,184,2). Sum of RGB (Red+Green+Blue) = 253+184+2=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB802 is #0247FD. Grayscale: #B8B8B8. Windows color (decimal): -149502 or 178429. OLE color: 178429.
HSL color Cylindrical-coordinate representation of color #FDB802: hue angle of 43.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDB802 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.01 |
| HSL | 43.51º | 0.98% | 0.5% | - |
| HSV(B) | 43.51º | 0.99% | 0.99% | - |
| XYZ | 57.66 | 55.17 | 7.67 | - |
| YUV | 183.88 | 25.36 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 2 | 0 | 0.27 | 0.99 | 0.01 | 43.51 | 0.98 | 0.5 |
| Hex | FD | B8 | 2 | 0 | 1B | 63 | 1 | 2C | 62 | 32 |
| Octal | 375 | 270 | 2 | 0 | 33 | 143 | 1 | 54 | 142 | 62 |
| Binary | 11111101 | 10111000 | 10 | 0 | 11011 | 1100011 | 1 | 101100 | 1100010 | 110010 |
Color Harmonies of #FDB802
Complementary color
Monochromatic Colors of #FDB802
Black with #FDB802
Text Example
Text Example
White with #FDB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB802; }
p { color: rgb(253,184,2); }
H1.HeaderClassName
{
color: #FDB802;
}
.AnyTagClassName
{
color: #FDB802;
}
</style>
background-color css
<style>
a { background-color: #FDB802; }
a { background-color: rgb(253,184,2); }
div.DivClassName
{
background-color: #FDB802;
}
.BgClassName
{
background-color: #FDB802;
}
</style>
border-color css
<style>
span { border-color: #FDB802; }
span { border-color: rgb(253,184,2); }
td.TdClassName
{
border-color: #FDB802;
}
.TagClassName
{
border-color: #FDB802;
}
</style>