Shades of Yellow #FEFE12
Tints of Yellow #FEFE12
RGB
CMYK
RGB Variations
Color information
#FEFE12 (or 0xFEFE12) is known color: Yellow. HEX triplet: FE, FE and 12. RGB value is (254,254,18). Sum of RGB (Red+Green+Blue) = 254+254+18=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 18 (7.42% from 255 or 3.42% from 526); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFE12 is #0101ED. Grayscale: #E4E4E4. Windows color (decimal): -66030 or 1244926. OLE color: 1244926.
HSL color Cylindrical-coordinate representation of color #FEFE12: hue angle of 60º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEFE12 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 18 | - |
| CMYK | 0 | 0 | 0.93 | 0.00 |
| HSL | 60º | 0.99% | 0.53% | - |
| HSV(B) | 60º | 0.93% | 1% | - |
| XYZ | 76.42 | 92 | 14.3 | - |
| YUV | 227.1 | 10 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 18 | 0 | 0 | 0.93 | 0.00 | 60 | 0.99 | 0.53 |
| Hex | FE | FE | 12 | 0 | 0 | 5D | 0 | 3C | 63 | 35 |
| Octal | 376 | 376 | 22 | 0 | 0 | 135 | 0 | 74 | 143 | 65 |
| Binary | 11111110 | 11111110 | 10010 | 0 | 0 | 1011101 | 0 | 111100 | 1100011 | 110101 |
Color Harmonies of #FEFE12
Complementary color
Monochromatic Colors of #FEFE12
Black with #FEFE12
Text Example
Text Example
White with #FEFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE12; }
p { color: rgb(254,254,18); }
H1.HeaderClassName
{
color: #FEFE12;
}
.AnyTagClassName
{
color: #FEFE12;
}
</style>
background-color css
<style>
a { background-color: #FEFE12; }
a { background-color: rgb(254,254,18); }
div.DivClassName
{
background-color: #FEFE12;
}
.BgClassName
{
background-color: #FEFE12;
}
</style>
border-color css
<style>
span { border-color: #FEFE12; }
span { border-color: rgb(254,254,18); }
td.TdClassName
{
border-color: #FEFE12;
}
.TagClassName
{
border-color: #FEFE12;
}
</style>