Shades of Yellow #FEF204
Tints of Yellow #FEF204
RGB
CMYK
RGB Variations
Color information
#FEF204 (or 0xFEF204) is known color: Yellow. HEX triplet: FE, F2 and 04. RGB value is (254,242,4). Sum of RGB (Red+Green+Blue) = 254+242+4=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 4 (1.95% from 255 or 0.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF204 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF204 is #010DFB. Grayscale: #DBDBDB. Windows color (decimal): -69116 or 324350. OLE color: 324350.
HSL color Cylindrical-coordinate representation of color #FEF204: hue angle of 57.12º 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 #FEF204 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.00 |
| HSL | 57.12º | 0.99% | 0.51% | - |
| HSV(B) | 57.12º | 0.98% | 1% | - |
| XYZ | 72.65 | 84.58 | 12.61 | - |
| YUV | 218.46 | 6.98 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 4 | 0 | 0.05 | 0.98 | 0.00 | 57.12 | 0.99 | 0.51 |
| Hex | FE | F2 | 4 | 0 | 5 | 62 | 0 | 39 | 63 | 33 |
| Octal | 376 | 362 | 4 | 0 | 5 | 142 | 0 | 71 | 143 | 63 |
| Binary | 11111110 | 11110010 | 100 | 0 | 101 | 1100010 | 0 | 111001 | 1100011 | 110011 |
Color Harmonies of #FEF204
Complementary color
Monochromatic Colors of #FEF204
Black with #FEF204
Text Example
Text Example
White with #FEF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF204; }
p { color: rgb(254,242,4); }
H1.HeaderClassName
{
color: #FEF204;
}
.AnyTagClassName
{
color: #FEF204;
}
</style>
background-color css
<style>
a { background-color: #FEF204; }
a { background-color: rgb(254,242,4); }
div.DivClassName
{
background-color: #FEF204;
}
.BgClassName
{
background-color: #FEF204;
}
</style>
border-color css
<style>
span { border-color: #FEF204; }
span { border-color: rgb(254,242,4); }
td.TdClassName
{
border-color: #FEF204;
}
.TagClassName
{
border-color: #FEF204;
}
</style>