Shades of Yellow #FEF900
Tints of Yellow #FEF900
RGB
CMYK
RGB Variations
Color information
#FEF900 (or 0xFEF900) is known color: Yellow. HEX triplet: FE, F9 and 00. RGB value is (254,249,0). Sum of RGB (Red+Green+Blue) = 254+249+0=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 0 (0.39% from 255 or 0% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF900 is #0106FF. Grayscale: #DFDFDF. Windows color (decimal): -67328 or 63998. OLE color: 63998.
HSL color Cylindrical-coordinate representation of color #FEF900: hue angle of 58.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEF900 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.00 |
| HSL | 58.82º | 1% | 0.5% | - |
| HSV(B) | 58.82º | 1% | 1% | - |
| XYZ | 74.75 | 88.82 | 13.2 | - |
| YUV | 222.11 | 2.66 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 0 | 0 | 0.02 | 1 | 0.00 | 58.82 | 1 | 0.5 |
| Hex | FE | F9 | 0 | 0 | 2 | 64 | 0 | 3B | 64 | 32 |
| Octal | 376 | 371 | 0 | 0 | 2 | 144 | 0 | 73 | 144 | 62 |
| Binary | 11111110 | 11111001 | 0 | 0 | 10 | 1100100 | 0 | 111011 | 1100100 | 110010 |
Color Harmonies of #FEF900
Complementary color
Monochromatic Colors of #FEF900
Black with #FEF900
Text Example
Text Example
White with #FEF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF900; }
p { color: rgb(254,249,0); }
H1.HeaderClassName
{
color: #FEF900;
}
.AnyTagClassName
{
color: #FEF900;
}
</style>
background-color css
<style>
a { background-color: #FEF900; }
a { background-color: rgb(254,249,0); }
div.DivClassName
{
background-color: #FEF900;
}
.BgClassName
{
background-color: #FEF900;
}
</style>
border-color css
<style>
span { border-color: #FEF900; }
span { border-color: rgb(254,249,0); }
td.TdClassName
{
border-color: #FEF900;
}
.TagClassName
{
border-color: #FEF900;
}
</style>