Shades of Yellow #FEFC14
Tints of Yellow #FEFC14
RGB
CMYK
RGB Variations
Color information
#FEFC14 (or 0xFEFC14) is known color: Yellow. HEX triplet: FE, FC and 14. RGB value is (254,252,20). Sum of RGB (Red+Green+Blue) = 254+252+20=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 20 (8.20% from 255 or 3.80% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC14 is #0103EB. Grayscale: #E3E3E3. Windows color (decimal): -66540 or 1375486. OLE color: 1375486.
HSL color Cylindrical-coordinate representation of color #FEFC14: hue angle of 59.49º 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 #FEFC14 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 20 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.00 |
| HSL | 59.49º | 0.99% | 0.54% | - |
| HSV(B) | 59.49º | 0.92% | 1% | - |
| XYZ | 75.81 | 90.74 | 14.18 | - |
| YUV | 226.15 | 11.66 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 20 | 0 | 0.01 | 0.92 | 0.00 | 59.49 | 0.99 | 0.54 |
| Hex | FE | FC | 14 | 0 | 1 | 5C | 0 | 3B | 63 | 36 |
| Octal | 376 | 374 | 24 | 0 | 1 | 134 | 0 | 73 | 143 | 66 |
| Binary | 11111110 | 11111100 | 10100 | 0 | 1 | 1011100 | 0 | 111011 | 1100011 | 110110 |
Color Harmonies of #FEFC14
Complementary color
Monochromatic Colors of #FEFC14
Black with #FEFC14
Text Example
Text Example
White with #FEFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC14; }
p { color: rgb(254,252,20); }
H1.HeaderClassName
{
color: #FEFC14;
}
.AnyTagClassName
{
color: #FEFC14;
}
</style>
background-color css
<style>
a { background-color: #FEFC14; }
a { background-color: rgb(254,252,20); }
div.DivClassName
{
background-color: #FEFC14;
}
.BgClassName
{
background-color: #FEFC14;
}
</style>
border-color css
<style>
span { border-color: #FEFC14; }
span { border-color: rgb(254,252,20); }
td.TdClassName
{
border-color: #FEFC14;
}
.TagClassName
{
border-color: #FEFC14;
}
</style>