Shades of Yellow #FEF508
Tints of Yellow #FEF508
RGB
CMYK
RGB Variations
Color information
#FEF508 (or 0xFEF508) is known color: Yellow. HEX triplet: FE, F5 and 08. RGB value is (254,245,8). Sum of RGB (Red+Green+Blue) = 254+245+8=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 8 (3.52% from 255 or 1.58% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF508 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF508 is #010AF7. Grayscale: #DDDDDD. Windows color (decimal): -68344 or 587262. OLE color: 587262.
HSL color Cylindrical-coordinate representation of color #FEF508: hue angle of 57.8º 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 #FEF508 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.00 |
| HSL | 57.8º | 0.99% | 0.51% | - |
| HSV(B) | 57.8º | 0.97% | 1% | - |
| XYZ | 73.57 | 86.39 | 13.03 | - |
| YUV | 220.67 | 7.98 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 8 | 0 | 0.04 | 0.97 | 0.00 | 57.8 | 0.99 | 0.51 |
| Hex | FE | F5 | 8 | 0 | 4 | 61 | 0 | 3A | 63 | 33 |
| Octal | 376 | 365 | 10 | 0 | 4 | 141 | 0 | 72 | 143 | 63 |
| Binary | 11111110 | 11110101 | 1000 | 0 | 100 | 1100001 | 0 | 111010 | 1100011 | 110011 |
Color Harmonies of #FEF508
Complementary color
Monochromatic Colors of #FEF508
Black with #FEF508
Text Example
Text Example
White with #FEF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF508; }
p { color: rgb(254,245,8); }
H1.HeaderClassName
{
color: #FEF508;
}
.AnyTagClassName
{
color: #FEF508;
}
</style>
background-color css
<style>
a { background-color: #FEF508; }
a { background-color: rgb(254,245,8); }
div.DivClassName
{
background-color: #FEF508;
}
.BgClassName
{
background-color: #FEF508;
}
</style>
border-color css
<style>
span { border-color: #FEF508; }
span { border-color: rgb(254,245,8); }
td.TdClassName
{
border-color: #FEF508;
}
.TagClassName
{
border-color: #FEF508;
}
</style>