Shades of Yellow #FDFE10
Tints of Yellow #FDFE10
RGB
CMYK
RGB Variations
Color information
#FDFE10 (or 0xFDFE10) is known color: Yellow. HEX triplet: FD, FE and 10. RGB value is (253,254,16). Sum of RGB (Red+Green+Blue) = 253+254+16=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 16 (6.64% from 255 or 3.06% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE10 is #0201EF. Grayscale: #E3E3E3. Windows color (decimal): -131568 or 1113853. OLE color: 1113853.
HSL color Cylindrical-coordinate representation of color #FDFE10: hue angle of 60.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDFE10 is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 16 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.00 |
| HSL | 60.25º | 0.99% | 0.53% | - |
| HSV(B) | 60.25º | 0.94% | 1% | - |
| XYZ | 76.04 | 91.8 | 14.2 | - |
| YUV | 226.57 | 9.17 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 16 | 0.00 | 0 | 0.94 | 0.00 | 60.25 | 0.99 | 0.53 |
| Hex | FD | FE | 10 | 0 | 0 | 5E | 0 | 3C | 63 | 35 |
| Octal | 375 | 376 | 20 | 0 | 0 | 136 | 0 | 74 | 143 | 65 |
| Binary | 11111101 | 11111110 | 10000 | 0 | 0 | 1011110 | 0 | 111100 | 1100011 | 110101 |
Color Harmonies of #FDFE10
Complementary color
Monochromatic Colors of #FDFE10
Black with #FDFE10
Text Example
Text Example
White with #FDFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE10; }
p { color: rgb(253,254,16); }
H1.HeaderClassName
{
color: #FDFE10;
}
.AnyTagClassName
{
color: #FDFE10;
}
</style>
background-color css
<style>
a { background-color: #FDFE10; }
a { background-color: rgb(253,254,16); }
div.DivClassName
{
background-color: #FDFE10;
}
.BgClassName
{
background-color: #FDFE10;
}
</style>
border-color css
<style>
span { border-color: #FDFE10; }
span { border-color: rgb(253,254,16); }
td.TdClassName
{
border-color: #FDFE10;
}
.TagClassName
{
border-color: #FDFE10;
}
</style>