Shades of Yellow #FEFC0F
Tints of Yellow #FEFC0F
RGB
CMYK
RGB Variations
Color information
#FEFC0F (or 0xFEFC0F) is known color: Yellow. HEX triplet: FE, FC and 0F. RGB value is (254,252,15). Sum of RGB (Red+Green+Blue) = 254+252+15=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 15 (6.25% from 255 or 2.88% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC0F is #0103F0. Grayscale: #E2E2E2. Windows color (decimal): -66545 or 1047806. OLE color: 1047806.
HSL color Cylindrical-coordinate representation of color #FEFC0F: hue angle of 59.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEFC0F is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 15 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.00 |
| HSL | 59.5º | 0.99% | 0.53% | - |
| HSV(B) | 59.5º | 0.94% | 1% | - |
| XYZ | 75.77 | 90.73 | 13.97 | - |
| YUV | 225.58 | 9.16 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 15 | 0 | 0.01 | 0.94 | 0.00 | 59.5 | 0.99 | 0.53 |
| Hex | FE | FC | F | 0 | 1 | 5E | 0 | 3B | 63 | 35 |
| Octal | 376 | 374 | 17 | 0 | 1 | 136 | 0 | 73 | 143 | 65 |
| Binary | 11111110 | 11111100 | 1111 | 0 | 1 | 1011110 | 0 | 111011 | 1100011 | 110101 |
Color Harmonies of #FEFC0F
Complementary color
Monochromatic Colors of #FEFC0F
Black with #FEFC0F
Text Example
Text Example
White with #FEFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC0F; }
p { color: rgb(254,252,15); }
H1.HeaderClassName
{
color: #FEFC0F;
}
.AnyTagClassName
{
color: #FEFC0F;
}
</style>
background-color css
<style>
a { background-color: #FEFC0F; }
a { background-color: rgb(254,252,15); }
div.DivClassName
{
background-color: #FEFC0F;
}
.BgClassName
{
background-color: #FEFC0F;
}
</style>
border-color css
<style>
span { border-color: #FEFC0F; }
span { border-color: rgb(254,252,15); }
td.TdClassName
{
border-color: #FEFC0F;
}
.TagClassName
{
border-color: #FEFC0F;
}
</style>