Shades of Yellow #FEF608
Tints of Yellow #FEF608
RGB
CMYK
RGB Variations
Color information
#FEF608 (or 0xFEF608) is known color: Yellow. HEX triplet: FE, F6 and 08. RGB value is (254,246,8). Sum of RGB (Red+Green+Blue) = 254+246+8=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 8 (3.52% from 255 or 1.57% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF608 is #0109F7. Grayscale: #DEDEDE. Windows color (decimal): -68088 or 587518. OLE color: 587518.
HSL color Cylindrical-coordinate representation of color #FEF608: hue angle of 58.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEF608 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 8 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.00 |
| HSL | 58.05º | 0.99% | 0.51% | - |
| HSV(B) | 58.05º | 0.97% | 1% | - |
| XYZ | 73.87 | 87 | 13.13 | - |
| YUV | 221.26 | 7.65 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 8 | 0 | 0.03 | 0.97 | 0.00 | 58.05 | 0.99 | 0.51 |
| Hex | FE | F6 | 8 | 0 | 3 | 61 | 0 | 3A | 63 | 33 |
| Octal | 376 | 366 | 10 | 0 | 3 | 141 | 0 | 72 | 143 | 63 |
| Binary | 11111110 | 11110110 | 1000 | 0 | 11 | 1100001 | 0 | 111010 | 1100011 | 110011 |
Color Harmonies of #FEF608
Complementary color
Monochromatic Colors of #FEF608
Black with #FEF608
Text Example
Text Example
White with #FEF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF608; }
p { color: rgb(254,246,8); }
H1.HeaderClassName
{
color: #FEF608;
}
.AnyTagClassName
{
color: #FEF608;
}
</style>
background-color css
<style>
a { background-color: #FEF608; }
a { background-color: rgb(254,246,8); }
div.DivClassName
{
background-color: #FEF608;
}
.BgClassName
{
background-color: #FEF608;
}
</style>
border-color css
<style>
span { border-color: #FEF608; }
span { border-color: rgb(254,246,8); }
td.TdClassName
{
border-color: #FEF608;
}
.TagClassName
{
border-color: #FEF608;
}
</style>