Shades of Yellow #FEF602
Tints of Yellow #FEF602
RGB
CMYK
RGB Variations
Color information
#FEF602 (or 0xFEF602) is known color: Yellow. HEX triplet: FE, F6 and 02. RGB value is (254,246,2). Sum of RGB (Red+Green+Blue) = 254+246+2=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 2 (1.17% from 255 or 0.40% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF602 is #0109FD. Grayscale: #DDDDDD. Windows color (decimal): -68094 or 194302. OLE color: 194302.
HSL color Cylindrical-coordinate representation of color #FEF602: hue angle of 58.1º 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 #FEF602 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.00 |
| HSL | 58.1º | 0.99% | 0.5% | - |
| HSV(B) | 58.1º | 0.99% | 1% | - |
| XYZ | 73.84 | 86.99 | 12.96 | - |
| YUV | 220.58 | 4.65 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 2 | 0 | 0.03 | 0.99 | 0.00 | 58.1 | 0.99 | 0.5 |
| Hex | FE | F6 | 2 | 0 | 3 | 63 | 0 | 3A | 63 | 32 |
| Octal | 376 | 366 | 2 | 0 | 3 | 143 | 0 | 72 | 143 | 62 |
| Binary | 11111110 | 11110110 | 10 | 0 | 11 | 1100011 | 0 | 111010 | 1100011 | 110010 |
Color Harmonies of #FEF602
Complementary color
Monochromatic Colors of #FEF602
Black with #FEF602
Text Example
Text Example
White with #FEF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF602; }
p { color: rgb(254,246,2); }
H1.HeaderClassName
{
color: #FEF602;
}
.AnyTagClassName
{
color: #FEF602;
}
</style>
background-color css
<style>
a { background-color: #FEF602; }
a { background-color: rgb(254,246,2); }
div.DivClassName
{
background-color: #FEF602;
}
.BgClassName
{
background-color: #FEF602;
}
</style>
border-color css
<style>
span { border-color: #FEF602; }
span { border-color: rgb(254,246,2); }
td.TdClassName
{
border-color: #FEF602;
}
.TagClassName
{
border-color: #FEF602;
}
</style>