Shades of Yellow #FEFD14
Tints of Yellow #FEFD14
RGB
CMYK
RGB Variations
Color information
#FEFD14 (or 0xFEFD14) is known color: Yellow. HEX triplet: FE, FD and 14. RGB value is (254,253,20). Sum of RGB (Red+Green+Blue) = 254+253+20=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 20 (8.20% from 255 or 3.80% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD14 is #0102EB. Grayscale: #E3E3E3. Windows color (decimal): -66284 or 1375742. OLE color: 1375742.
HSL color Cylindrical-coordinate representation of color #FEFD14: hue angle of 59.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEFD14 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.00 |
| HSL | 59.74º | 0.99% | 0.54% | - |
| HSV(B) | 59.74º | 0.92% | 1% | - |
| XYZ | 76.12 | 91.37 | 14.29 | - |
| YUV | 226.74 | 11.33 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 20 | 0 | 0.00 | 0.92 | 0.00 | 59.74 | 0.99 | 0.54 |
| Hex | FE | FD | 14 | 0 | 0 | 5C | 0 | 3C | 63 | 36 |
| Octal | 376 | 375 | 24 | 0 | 0 | 134 | 0 | 74 | 143 | 66 |
| Binary | 11111110 | 11111101 | 10100 | 0 | 0 | 1011100 | 0 | 111100 | 1100011 | 110110 |
Color Harmonies of #FEFD14
Complementary color
Monochromatic Colors of #FEFD14
Black with #FEFD14
Text Example
Text Example
White with #FEFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD14; }
p { color: rgb(254,253,20); }
H1.HeaderClassName
{
color: #FEFD14;
}
.AnyTagClassName
{
color: #FEFD14;
}
</style>
background-color css
<style>
a { background-color: #FEFD14; }
a { background-color: rgb(254,253,20); }
div.DivClassName
{
background-color: #FEFD14;
}
.BgClassName
{
background-color: #FEFD14;
}
</style>
border-color css
<style>
span { border-color: #FEFD14; }
span { border-color: rgb(254,253,20); }
td.TdClassName
{
border-color: #FEFD14;
}
.TagClassName
{
border-color: #FEFD14;
}
</style>