Shades of Yellow #FEFA0E
Tints of Yellow #FEFA0E
RGB
CMYK
RGB Variations
Color information
#FEFA0E (or 0xFEFA0E) is known color: Yellow. HEX triplet: FE, FA and 0E. RGB value is (254,250,14). Sum of RGB (Red+Green+Blue) = 254+250+14=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 14 (5.86% from 255 or 2.70% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA0E is #0105F1. Grayscale: #E1E1E1. Windows color (decimal): -67058 or 981758. OLE color: 981758.
HSL color Cylindrical-coordinate representation of color #FEFA0E: hue angle of 59º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEFA0E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.00 |
| HSL | 59º | 0.99% | 0.53% | - |
| HSV(B) | 59º | 0.94% | 1% | - |
| XYZ | 75.14 | 89.47 | 13.73 | - |
| YUV | 224.29 | 9.33 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 14 | 0 | 0.02 | 0.94 | 0.00 | 59 | 0.99 | 0.53 |
| Hex | FE | FA | E | 0 | 2 | 5E | 0 | 3B | 63 | 35 |
| Octal | 376 | 372 | 16 | 0 | 2 | 136 | 0 | 73 | 143 | 65 |
| Binary | 11111110 | 11111010 | 1110 | 0 | 10 | 1011110 | 0 | 111011 | 1100011 | 110101 |
Color Harmonies of #FEFA0E
Complementary color
Monochromatic Colors of #FEFA0E
Black with #FEFA0E
Text Example
Text Example
White with #FEFA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA0E; }
p { color: rgb(254,250,14); }
H1.HeaderClassName
{
color: #FEFA0E;
}
.AnyTagClassName
{
color: #FEFA0E;
}
</style>
background-color css
<style>
a { background-color: #FEFA0E; }
a { background-color: rgb(254,250,14); }
div.DivClassName
{
background-color: #FEFA0E;
}
.BgClassName
{
background-color: #FEFA0E;
}
</style>
border-color css
<style>
span { border-color: #FEFA0E; }
span { border-color: rgb(254,250,14); }
td.TdClassName
{
border-color: #FEFA0E;
}
.TagClassName
{
border-color: #FEFA0E;
}
</style>