Shades of Yellow #FEF202
Tints of Yellow #FEF202
RGB
CMYK
RGB Variations
Color information
#FEF202 (or 0xFEF202) is known color: Yellow. HEX triplet: FE, F2 and 02. RGB value is (254,242,2). Sum of RGB (Red+Green+Blue) = 254+242+2=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 2 (1.17% from 255 or 0.40% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF202 is #010DFD. Grayscale: #DBDBDB. Windows color (decimal): -69118 or 193278. OLE color: 193278.
HSL color Cylindrical-coordinate representation of color #FEF202: hue angle of 57.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEF202 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.00 |
| HSL | 57.14º | 0.99% | 0.5% | - |
| HSV(B) | 57.14º | 0.99% | 1% | - |
| XYZ | 72.64 | 84.58 | 12.55 | - |
| YUV | 218.23 | 5.98 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 2 | 0 | 0.05 | 0.99 | 0.00 | 57.14 | 0.99 | 0.5 |
| Hex | FE | F2 | 2 | 0 | 5 | 63 | 0 | 39 | 63 | 32 |
| Octal | 376 | 362 | 2 | 0 | 5 | 143 | 0 | 71 | 143 | 62 |
| Binary | 11111110 | 11110010 | 10 | 0 | 101 | 1100011 | 0 | 111001 | 1100011 | 110010 |
Color Harmonies of #FEF202
Complementary color
Monochromatic Colors of #FEF202
Black with #FEF202
Text Example
Text Example
White with #FEF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF202; }
p { color: rgb(254,242,2); }
H1.HeaderClassName
{
color: #FEF202;
}
.AnyTagClassName
{
color: #FEF202;
}
</style>
background-color css
<style>
a { background-color: #FEF202; }
a { background-color: rgb(254,242,2); }
div.DivClassName
{
background-color: #FEF202;
}
.BgClassName
{
background-color: #FEF202;
}
</style>
border-color css
<style>
span { border-color: #FEF202; }
span { border-color: rgb(254,242,2); }
td.TdClassName
{
border-color: #FEF202;
}
.TagClassName
{
border-color: #FEF202;
}
</style>