Shades of Yellow #FEFE14
Tints of Yellow #FEFE14
RGB
CMYK
RGB Variations
Color information
#FEFE14 (or 0xFEFE14) is known color: Yellow. HEX triplet: FE, FE and 14. RGB value is (254,254,20). Sum of RGB (Red+Green+Blue) = 254+254+20=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 20 (8.20% from 255 or 3.79% from 528); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFE14 is #0101EB. Grayscale: #E4E4E4. Windows color (decimal): -66028 or 1375998. OLE color: 1375998.
HSL color Cylindrical-coordinate representation of color #FEFE14: hue angle of 60º 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 #FEFE14 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 20 | - |
| CMYK | 0 | 0 | 0.92 | 0.00 |
| HSL | 60º | 0.99% | 0.54% | - |
| HSV(B) | 60º | 0.92% | 1% | - |
| XYZ | 76.44 | 92 | 14.39 | - |
| YUV | 227.32 | 11 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 20 | 0 | 0 | 0.92 | 0.00 | 60 | 0.99 | 0.54 |
| Hex | FE | FE | 14 | 0 | 0 | 5C | 0 | 3C | 63 | 36 |
| Octal | 376 | 376 | 24 | 0 | 0 | 134 | 0 | 74 | 143 | 66 |
| Binary | 11111110 | 11111110 | 10100 | 0 | 0 | 1011100 | 0 | 111100 | 1100011 | 110110 |
Color Harmonies of #FEFE14
Complementary color
Monochromatic Colors of #FEFE14
Black with #FEFE14
Text Example
Text Example
White with #FEFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE14; }
p { color: rgb(254,254,20); }
H1.HeaderClassName
{
color: #FEFE14;
}
.AnyTagClassName
{
color: #FEFE14;
}
</style>
background-color css
<style>
a { background-color: #FEFE14; }
a { background-color: rgb(254,254,20); }
div.DivClassName
{
background-color: #FEFE14;
}
.BgClassName
{
background-color: #FEFE14;
}
</style>
border-color css
<style>
span { border-color: #FEFE14; }
span { border-color: rgb(254,254,20); }
td.TdClassName
{
border-color: #FEFE14;
}
.TagClassName
{
border-color: #FEFE14;
}
</style>