Shades of Yellow #FEFA04
Tints of Yellow #FEFA04
RGB
CMYK
RGB Variations
Color information
#FEFA04 (or 0xFEFA04) is known color: Yellow. HEX triplet: FE, FA and 04. RGB value is (254,250,4). Sum of RGB (Red+Green+Blue) = 254+250+4=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 4 (1.95% from 255 or 0.79% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA04 is #0105FB. Grayscale: #E0E0E0. Windows color (decimal): -67068 or 326398. OLE color: 326398.
HSL color Cylindrical-coordinate representation of color #FEFA04: hue angle of 59.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEFA04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.00 |
| HSL | 59.04º | 0.99% | 0.51% | - |
| HSV(B) | 59.04º | 0.98% | 1% | - |
| XYZ | 75.08 | 89.45 | 13.42 | - |
| YUV | 223.15 | 4.33 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 4 | 0 | 0.02 | 0.98 | 0.00 | 59.04 | 0.99 | 0.51 |
| Hex | FE | FA | 4 | 0 | 2 | 62 | 0 | 3B | 63 | 33 |
| Octal | 376 | 372 | 4 | 0 | 2 | 142 | 0 | 73 | 143 | 63 |
| Binary | 11111110 | 11111010 | 100 | 0 | 10 | 1100010 | 0 | 111011 | 1100011 | 110011 |
Color Harmonies of #FEFA04
Complementary color
Monochromatic Colors of #FEFA04
Black with #FEFA04
Text Example
Text Example
White with #FEFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA04; }
p { color: rgb(254,250,4); }
H1.HeaderClassName
{
color: #FEFA04;
}
.AnyTagClassName
{
color: #FEFA04;
}
</style>
background-color css
<style>
a { background-color: #FEFA04; }
a { background-color: rgb(254,250,4); }
div.DivClassName
{
background-color: #FEFA04;
}
.BgClassName
{
background-color: #FEFA04;
}
</style>
border-color css
<style>
span { border-color: #FEFA04; }
span { border-color: rgb(254,250,4); }
td.TdClassName
{
border-color: #FEFA04;
}
.TagClassName
{
border-color: #FEFA04;
}
</style>