Shades of Yellow #FEFF0E
Tints of Yellow #FEFF0E
RGB
CMYK
RGB Variations
Color information
#FEFF0E (or 0xFEFF0E) is known color: Yellow. HEX triplet: FE, FF and 0E. RGB value is (254,255,14). Sum of RGB (Red+Green+Blue) = 254+255+14=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 14 (5.86% from 255 or 2.68% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFF0E is #0100F1. Grayscale: #E4E4E4. Windows color (decimal): -65778 or 983038. OLE color: 983038.
HSL color Cylindrical-coordinate representation of color #FEFF0E: hue angle of 60.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEFF0E is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 14 | - |
| CMYK | 0.00 | 0 | 0.95 | 0 |
| HSL | 60.25º | 1% | 0.53% | - |
| HSV(B) | 60.25º | 0.95% | 1% | - |
| XYZ | 76.71 | 92.62 | 14.25 | - |
| YUV | 227.23 | 7.67 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 14 | 0.00 | 0 | 0.95 | 0 | 60.25 | 1 | 0.53 |
| Hex | FE | FF | E | 0 | 0 | 5F | 0 | 3C | 64 | 35 |
| Octal | 376 | 377 | 16 | 0 | 0 | 137 | 0 | 74 | 144 | 65 |
| Binary | 11111110 | 11111111 | 1110 | 0 | 0 | 1011111 | 0 | 111100 | 1100100 | 110101 |
Color Harmonies of #FEFF0E
Complementary color
Monochromatic Colors of #FEFF0E
Black with #FEFF0E
Text Example
Text Example
White with #FEFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF0E; }
p { color: rgb(254,255,14); }
H1.HeaderClassName
{
color: #FEFF0E;
}
.AnyTagClassName
{
color: #FEFF0E;
}
</style>
background-color css
<style>
a { background-color: #FEFF0E; }
a { background-color: rgb(254,255,14); }
div.DivClassName
{
background-color: #FEFF0E;
}
.BgClassName
{
background-color: #FEFF0E;
}
</style>
border-color css
<style>
span { border-color: #FEFF0E; }
span { border-color: rgb(254,255,14); }
td.TdClassName
{
border-color: #FEFF0E;
}
.TagClassName
{
border-color: #FEFF0E;
}
</style>