Shades of Yellow #FFFD11
Tints of Yellow #FFFD11
RGB
CMYK
RGB Variations
Color information
#FFFD11 (or 0xFFFD11) is known color: Yellow. HEX triplet: FF, FD and 11. RGB value is (255,253,17). Sum of RGB (Red+Green+Blue) = 255+253+17=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 17 (7.03% from 255 or 3.24% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD11 is #0002EE. Grayscale: #E3E3E3. Windows color (decimal): -751 or 1179135. OLE color: 1179135.
HSL color Cylindrical-coordinate representation of color #FFFD11: hue angle of 59.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 #FFFD11 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 17 | - |
| CMYK | 0 | 0.01 | 0.93 | 0 |
| HSL | 59.5º | 1% | 0.53% | - |
| HSV(B) | 59.5º | 0.93% | 1% | - |
| XYZ | 76.47 | 91.55 | 14.17 | - |
| YUV | 226.69 | 9.66 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 17 | 0 | 0.01 | 0.93 | 0 | 59.5 | 1 | 0.53 |
| Hex | FF | FD | 11 | 0 | 1 | 5D | 0 | 3B | 64 | 35 |
| Octal | 377 | 375 | 21 | 0 | 1 | 135 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111101 | 10001 | 0 | 1 | 1011101 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFD11
Complementary color
Monochromatic Colors of #FFFD11
Black with #FFFD11
Text Example
Text Example
White with #FFFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD11; }
p { color: rgb(255,253,17); }
H1.HeaderClassName
{
color: #FFFD11;
}
.AnyTagClassName
{
color: #FFFD11;
}
</style>
background-color css
<style>
a { background-color: #FFFD11; }
a { background-color: rgb(255,253,17); }
div.DivClassName
{
background-color: #FFFD11;
}
.BgClassName
{
background-color: #FFFD11;
}
</style>
border-color css
<style>
span { border-color: #FFFD11; }
span { border-color: rgb(255,253,17); }
td.TdClassName
{
border-color: #FFFD11;
}
.TagClassName
{
border-color: #FFFD11;
}
</style>