Shades of Yellow #FEFE13
Tints of Yellow #FEFE13
RGB
CMYK
RGB Variations
Color information
#FEFE13 (or 0xFEFE13) is known color: Yellow. HEX triplet: FE, FE and 13. RGB value is (254,254,19). Sum of RGB (Red+Green+Blue) = 254+254+19=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 19 (7.81% from 255 or 3.61% from 527); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFE13 is #0101EC. Grayscale: #E4E4E4. Windows color (decimal): -66029 or 1310462. OLE color: 1310462.
HSL color Cylindrical-coordinate representation of color #FEFE13: hue angle of 60º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEFE13 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 19 | - |
| CMYK | 0 | 0 | 0.93 | 0.00 |
| HSL | 60º | 0.99% | 0.54% | - |
| HSV(B) | 60º | 0.93% | 1% | - |
| XYZ | 76.43 | 92 | 14.35 | - |
| YUV | 227.21 | 10.5 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 19 | 0 | 0 | 0.93 | 0.00 | 60 | 0.99 | 0.54 |
| Hex | FE | FE | 13 | 0 | 0 | 5D | 0 | 3C | 63 | 36 |
| Octal | 376 | 376 | 23 | 0 | 0 | 135 | 0 | 74 | 143 | 66 |
| Binary | 11111110 | 11111110 | 10011 | 0 | 0 | 1011101 | 0 | 111100 | 1100011 | 110110 |
Color Harmonies of #FEFE13
Complementary color
Monochromatic Colors of #FEFE13
Black with #FEFE13
Text Example
Text Example
White with #FEFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE13; }
p { color: rgb(254,254,19); }
H1.HeaderClassName
{
color: #FEFE13;
}
.AnyTagClassName
{
color: #FEFE13;
}
</style>
background-color css
<style>
a { background-color: #FEFE13; }
a { background-color: rgb(254,254,19); }
div.DivClassName
{
background-color: #FEFE13;
}
.BgClassName
{
background-color: #FEFE13;
}
</style>
border-color css
<style>
span { border-color: #FEFE13; }
span { border-color: rgb(254,254,19); }
td.TdClassName
{
border-color: #FEFE13;
}
.TagClassName
{
border-color: #FEFE13;
}
</style>