Shades of Yellow #FEEF00
Tints of Yellow #FEEF00
RGB
CMYK
RGB Variations
Color information
#FEEF00 (or 0xFEEF00) is known color: Yellow. HEX triplet: FE, EF and 00. RGB value is (254,239,0). Sum of RGB (Red+Green+Blue) = 254+239+0=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 0 (0.39% from 255 or 0% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF00 is #0110FF. Grayscale: #D9D9D9. Windows color (decimal): -69888 or 61438. OLE color: 61438.
HSL color Cylindrical-coordinate representation of color #FEEF00: hue angle of 56.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEEF00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.00 |
| HSL | 56.46º | 1% | 0.5% | - |
| HSV(B) | 56.46º | 1% | 1% | - |
| XYZ | 71.74 | 82.8 | 12.2 | - |
| YUV | 216.24 | 5.97 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 0 | 0 | 0.06 | 1 | 0.00 | 56.46 | 1 | 0.5 |
| Hex | FE | EF | 0 | 0 | 6 | 64 | 0 | 38 | 64 | 32 |
| Octal | 376 | 357 | 0 | 0 | 6 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111110 | 11101111 | 0 | 0 | 110 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FEEF00
Complementary color
Monochromatic Colors of #FEEF00
Black with #FEEF00
Text Example
Text Example
White with #FEEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF00; }
p { color: rgb(254,239,0); }
H1.HeaderClassName
{
color: #FEEF00;
}
.AnyTagClassName
{
color: #FEEF00;
}
</style>
background-color css
<style>
a { background-color: #FEEF00; }
a { background-color: rgb(254,239,0); }
div.DivClassName
{
background-color: #FEEF00;
}
.BgClassName
{
background-color: #FEEF00;
}
</style>
border-color css
<style>
span { border-color: #FEEF00; }
span { border-color: rgb(254,239,0); }
td.TdClassName
{
border-color: #FEEF00;
}
.TagClassName
{
border-color: #FEEF00;
}
</style>