Shades of Yellow #FDFD00
Tints of Yellow #FDFD00
RGB
CMYK
RGB Variations
Color information
#FDFD00 (or 0xFDFD00) is known color: Yellow. HEX triplet: FD, FD and 00. RGB value is (253,253,0). Sum of RGB (Red+Green+Blue) = 253+253+0=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 0 (0.39% from 255 or 0% from 506); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD00 is #0202FF. Grayscale: #E1E1E1. Windows color (decimal): -131840 or 65021. OLE color: 65021.
HSL color Cylindrical-coordinate representation of color #FDFD00: hue angle of 60º 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 #FDFD00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.01 |
| HSL | 60º | 1% | 0.5% | - |
| HSV(B) | 60º | 1% | 0.99% | - |
| XYZ | 75.63 | 91.13 | 13.6 | - |
| YUV | 224.16 | 1.5 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 0 | 0 | 0 | 1 | 0.01 | 60 | 1 | 0.5 |
| Hex | FD | FD | 0 | 0 | 0 | 64 | 1 | 3C | 64 | 32 |
| Octal | 375 | 375 | 0 | 0 | 0 | 144 | 1 | 74 | 144 | 62 |
| Binary | 11111101 | 11111101 | 0 | 0 | 0 | 1100100 | 1 | 111100 | 1100100 | 110010 |
Color Harmonies of #FDFD00
Complementary color
Monochromatic Colors of #FDFD00
Black with #FDFD00
Text Example
Text Example
White with #FDFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD00; }
p { color: rgb(253,253,0); }
H1.HeaderClassName
{
color: #FDFD00;
}
.AnyTagClassName
{
color: #FDFD00;
}
</style>
background-color css
<style>
a { background-color: #FDFD00; }
a { background-color: rgb(253,253,0); }
div.DivClassName
{
background-color: #FDFD00;
}
.BgClassName
{
background-color: #FDFD00;
}
</style>
border-color css
<style>
span { border-color: #FDFD00; }
span { border-color: rgb(253,253,0); }
td.TdClassName
{
border-color: #FDFD00;
}
.TagClassName
{
border-color: #FDFD00;
}
</style>