Shades of Yellow #FDF803
Tints of Yellow #FDF803
RGB
CMYK
RGB Variations
Color information
#FDF803 (or 0xFDF803) is known color: Yellow. HEX triplet: FD, F8 and 03. RGB value is (253,248,3). Sum of RGB (Red+Green+Blue) = 253+248+3=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 3 (1.56% from 255 or 0.60% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF803 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF803 is #0207FC. Grayscale: #DEDEDE. Windows color (decimal): -133117 or 260349. OLE color: 260349.
HSL color Cylindrical-coordinate representation of color #FDF803: hue angle of 58.8º 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 #FDF803 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.01 |
| HSL | 58.8º | 0.98% | 0.5% | - |
| HSV(B) | 58.8º | 0.99% | 0.99% | - |
| XYZ | 74.09 | 88.02 | 13.17 | - |
| YUV | 221.57 | 4.66 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 3 | 0 | 0.02 | 0.99 | 0.01 | 58.8 | 0.98 | 0.5 |
| Hex | FD | F8 | 3 | 0 | 2 | 63 | 1 | 3B | 62 | 32 |
| Octal | 375 | 370 | 3 | 0 | 2 | 143 | 1 | 73 | 142 | 62 |
| Binary | 11111101 | 11111000 | 11 | 0 | 10 | 1100011 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FDF803
Complementary color
Monochromatic Colors of #FDF803
Black with #FDF803
Text Example
Text Example
White with #FDF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF803; }
p { color: rgb(253,248,3); }
H1.HeaderClassName
{
color: #FDF803;
}
.AnyTagClassName
{
color: #FDF803;
}
</style>
background-color css
<style>
a { background-color: #FDF803; }
a { background-color: rgb(253,248,3); }
div.DivClassName
{
background-color: #FDF803;
}
.BgClassName
{
background-color: #FDF803;
}
</style>
border-color css
<style>
span { border-color: #FDF803; }
span { border-color: rgb(253,248,3); }
td.TdClassName
{
border-color: #FDF803;
}
.TagClassName
{
border-color: #FDF803;
}
</style>