Shades of Yellow #FDFF10
Tints of Yellow #FDFF10
RGB
CMYK
RGB Variations
Color information
#FDFF10 (or 0xFDFF10) is known color: Yellow. HEX triplet: FD, FF and 10. RGB value is (253,255,16). Sum of RGB (Red+Green+Blue) = 253+255+16=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 16 (6.64% from 255 or 3.05% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF10 is #0200EF. Grayscale: #E4E4E4. Windows color (decimal): -131312 or 1114109. OLE color: 1114109.
HSL color Cylindrical-coordinate representation of color #FDFF10: hue angle of 60.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 #FDFF10 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 16 | - |
| CMYK | 0.01 | 0 | 0.94 | 0 |
| HSL | 60.5º | 1% | 0.53% | - |
| HSV(B) | 60.5º | 0.94% | 1% | - |
| XYZ | 76.36 | 92.44 | 14.31 | - |
| YUV | 227.16 | 8.84 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 16 | 0.01 | 0 | 0.94 | 0 | 60.5 | 1 | 0.53 |
| Hex | FD | FF | 10 | 1 | 0 | 5E | 0 | 3D | 64 | 35 |
| Octal | 375 | 377 | 20 | 1 | 0 | 136 | 0 | 75 | 144 | 65 |
| Binary | 11111101 | 11111111 | 10000 | 1 | 0 | 1011110 | 0 | 111101 | 1100100 | 110101 |
Color Harmonies of #FDFF10
Complementary color
Monochromatic Colors of #FDFF10
Black with #FDFF10
Text Example
Text Example
White with #FDFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF10; }
p { color: rgb(253,255,16); }
H1.HeaderClassName
{
color: #FDFF10;
}
.AnyTagClassName
{
color: #FDFF10;
}
</style>
background-color css
<style>
a { background-color: #FDFF10; }
a { background-color: rgb(253,255,16); }
div.DivClassName
{
background-color: #FDFF10;
}
.BgClassName
{
background-color: #FDFF10;
}
</style>
border-color css
<style>
span { border-color: #FDFF10; }
span { border-color: rgb(253,255,16); }
td.TdClassName
{
border-color: #FDFF10;
}
.TagClassName
{
border-color: #FDFF10;
}
</style>