Shades of Yellow #FEFC00
Tints of Yellow #FEFC00
RGB
CMYK
RGB Variations
Color information
#FEFC00 (or 0xFEFC00) is known color: Yellow. HEX triplet: FE, FC and 00. RGB value is (254,252,0). Sum of RGB (Red+Green+Blue) = 254+252+0=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 0 (0.39% from 255 or 0% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC00 is #0103FF. Grayscale: #E0E0E0. Windows color (decimal): -66560 or 64766. OLE color: 64766.
HSL color Cylindrical-coordinate representation of color #FEFC00: hue angle of 59.53º 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 #FEFC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.00 |
| HSL | 59.53º | 1% | 0.5% | - |
| HSV(B) | 59.53º | 1% | 1% | - |
| XYZ | 75.68 | 90.69 | 13.52 | - |
| YUV | 223.87 | 1.66 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 0 | 0 | 0.01 | 1 | 0.00 | 59.53 | 1 | 0.5 |
| Hex | FE | FC | 0 | 0 | 1 | 64 | 0 | 3C | 64 | 32 |
| Octal | 376 | 374 | 0 | 0 | 1 | 144 | 0 | 74 | 144 | 62 |
| Binary | 11111110 | 11111100 | 0 | 0 | 1 | 1100100 | 0 | 111100 | 1100100 | 110010 |
Color Harmonies of #FEFC00
Complementary color
Monochromatic Colors of #FEFC00
Black with #FEFC00
Text Example
Text Example
White with #FEFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC00; }
p { color: rgb(254,252,0); }
H1.HeaderClassName
{
color: #FEFC00;
}
.AnyTagClassName
{
color: #FEFC00;
}
</style>
background-color css
<style>
a { background-color: #FEFC00; }
a { background-color: rgb(254,252,0); }
div.DivClassName
{
background-color: #FEFC00;
}
.BgClassName
{
background-color: #FEFC00;
}
</style>
border-color css
<style>
span { border-color: #FEFC00; }
span { border-color: rgb(254,252,0); }
td.TdClassName
{
border-color: #FEFC00;
}
.TagClassName
{
border-color: #FEFC00;
}
</style>