Shades of Yellow #FDFD11
Tints of Yellow #FDFD11
RGB
CMYK
RGB Variations
Color information
#FDFD11 (or 0xFDFD11) is known color: Yellow. HEX triplet: FD, FD and 11. RGB value is (253,253,17). Sum of RGB (Red+Green+Blue) = 253+253+17=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 17 (7.03% from 255 or 3.25% from 523); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD11 is #0202EE. Grayscale: #E3E3E3. Windows color (decimal): -131823 or 1179133. OLE color: 1179133.
HSL color Cylindrical-coordinate representation of color #FDFD11: hue angle of 60º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDFD11 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 17 | - |
| CMYK | 0 | 0 | 0.93 | 0.01 |
| HSL | 60º | 0.98% | 0.53% | - |
| HSV(B) | 60º | 0.93% | 0.99% | - |
| XYZ | 75.73 | 91.17 | 14.14 | - |
| YUV | 226.1 | 10 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 17 | 0 | 0 | 0.93 | 0.01 | 60 | 0.98 | 0.53 |
| Hex | FD | FD | 11 | 0 | 0 | 5D | 1 | 3C | 62 | 35 |
| Octal | 375 | 375 | 21 | 0 | 0 | 135 | 1 | 74 | 142 | 65 |
| Binary | 11111101 | 11111101 | 10001 | 0 | 0 | 1011101 | 1 | 111100 | 1100010 | 110101 |
Color Harmonies of #FDFD11
Complementary color
Monochromatic Colors of #FDFD11
Black with #FDFD11
Text Example
Text Example
White with #FDFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD11; }
p { color: rgb(253,253,17); }
H1.HeaderClassName
{
color: #FDFD11;
}
.AnyTagClassName
{
color: #FDFD11;
}
</style>
background-color css
<style>
a { background-color: #FDFD11; }
a { background-color: rgb(253,253,17); }
div.DivClassName
{
background-color: #FDFD11;
}
.BgClassName
{
background-color: #FDFD11;
}
</style>
border-color css
<style>
span { border-color: #FDFD11; }
span { border-color: rgb(253,253,17); }
td.TdClassName
{
border-color: #FDFD11;
}
.TagClassName
{
border-color: #FDFD11;
}
</style>