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