Shades of Yellow #FFFD10
Tints of Yellow #FFFD10
RGB
CMYK
RGB Variations
Color information
#FFFD10 (or 0xFFFD10) is known color: Yellow. HEX triplet: FF, FD and 10. RGB value is (255,253,16). Sum of RGB (Red+Green+Blue) = 255+253+16=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 16 (6.64% from 255 or 3.05% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD10 is #0002EF. Grayscale: #E3E3E3. Windows color (decimal): -752 or 1113599. OLE color: 1113599.
HSL color Cylindrical-coordinate representation of color #FFFD10: hue angle of 59.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFFD10 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 16 | - |
| CMYK | 0 | 0.01 | 0.94 | 0 |
| HSL | 59.5º | 1% | 0.53% | - |
| HSV(B) | 59.5º | 0.94% | 1% | - |
| XYZ | 76.46 | 91.55 | 14.13 | - |
| YUV | 226.58 | 9.16 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 16 | 0 | 0.01 | 0.94 | 0 | 59.5 | 1 | 0.53 |
| Hex | FF | FD | 10 | 0 | 1 | 5E | 0 | 3B | 64 | 35 |
| Octal | 377 | 375 | 20 | 0 | 1 | 136 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111101 | 10000 | 0 | 1 | 1011110 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFD10
Complementary color
Monochromatic Colors of #FFFD10
Black with #FFFD10
Text Example
Text Example
White with #FFFD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD10; }
p { color: rgb(255,253,16); }
H1.HeaderClassName
{
color: #FFFD10;
}
.AnyTagClassName
{
color: #FFFD10;
}
</style>
background-color css
<style>
a { background-color: #FFFD10; }
a { background-color: rgb(255,253,16); }
div.DivClassName
{
background-color: #FFFD10;
}
.BgClassName
{
background-color: #FFFD10;
}
</style>
border-color css
<style>
span { border-color: #FFFD10; }
span { border-color: rgb(255,253,16); }
td.TdClassName
{
border-color: #FFFD10;
}
.TagClassName
{
border-color: #FFFD10;
}
</style>