Shades of Yellow #FDFF11
Tints of Yellow #FDFF11
RGB
CMYK
RGB Variations
Color information
#FDFF11 (or 0xFDFF11) is known color: Yellow. HEX triplet: FD, FF and 11. RGB value is (253,255,17). Sum of RGB (Red+Green+Blue) = 253+255+17=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 17 (7.03% from 255 or 3.24% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF11 is #0200EE. Grayscale: #E4E4E4. Windows color (decimal): -131311 or 1179645. OLE color: 1179645.
HSL color Cylindrical-coordinate representation of color #FDFF11: hue angle of 60.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDFF11 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 17 | - |
| CMYK | 0.01 | 0 | 0.93 | 0 |
| HSL | 60.5º | 1% | 0.53% | - |
| HSV(B) | 60.5º | 0.93% | 1% | - |
| XYZ | 76.37 | 92.44 | 14.35 | - |
| YUV | 227.27 | 9.34 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 17 | 0.01 | 0 | 0.93 | 0 | 60.5 | 1 | 0.53 |
| Hex | FD | FF | 11 | 1 | 0 | 5D | 0 | 3D | 64 | 35 |
| Octal | 375 | 377 | 21 | 1 | 0 | 135 | 0 | 75 | 144 | 65 |
| Binary | 11111101 | 11111111 | 10001 | 1 | 0 | 1011101 | 0 | 111101 | 1100100 | 110101 |
Color Harmonies of #FDFF11
Complementary color
Monochromatic Colors of #FDFF11
Black with #FDFF11
Text Example
Text Example
White with #FDFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF11; }
p { color: rgb(253,255,17); }
H1.HeaderClassName
{
color: #FDFF11;
}
.AnyTagClassName
{
color: #FDFF11;
}
</style>
background-color css
<style>
a { background-color: #FDFF11; }
a { background-color: rgb(253,255,17); }
div.DivClassName
{
background-color: #FDFF11;
}
.BgClassName
{
background-color: #FDFF11;
}
</style>
border-color css
<style>
span { border-color: #FDFF11; }
span { border-color: rgb(253,255,17); }
td.TdClassName
{
border-color: #FDFF11;
}
.TagClassName
{
border-color: #FDFF11;
}
</style>