Shades of Yellow #FEFC0C
Tints of Yellow #FEFC0C
RGB
CMYK
RGB Variations
Color information
#FEFC0C (or 0xFEFC0C) is known color: Yellow. HEX triplet: FE, FC and 0C. RGB value is (254,252,12). Sum of RGB (Red+Green+Blue) = 254+252+12=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 12 (5.08% from 255 or 2.32% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC0C is #0103F3. Grayscale: #E2E2E2. Windows color (decimal): -66548 or 851198. OLE color: 851198.
HSL color Cylindrical-coordinate representation of color #FEFC0C: hue angle of 59.5º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEFC0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.00 |
| HSL | 59.5º | 0.99% | 0.52% | - |
| HSV(B) | 59.5º | 0.95% | 1% | - |
| XYZ | 75.75 | 90.72 | 13.87 | - |
| YUV | 225.24 | 7.66 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 12 | 0 | 0.01 | 0.95 | 0.00 | 59.5 | 0.99 | 0.52 |
| Hex | FE | FC | C | 0 | 1 | 5F | 0 | 3C | 63 | 34 |
| Octal | 376 | 374 | 14 | 0 | 1 | 137 | 0 | 74 | 143 | 64 |
| Binary | 11111110 | 11111100 | 1100 | 0 | 1 | 1011111 | 0 | 111100 | 1100011 | 110100 |
Color Harmonies of #FEFC0C
Complementary color
Monochromatic Colors of #FEFC0C
Black with #FEFC0C
Text Example
Text Example
White with #FEFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC0C; }
p { color: rgb(254,252,12); }
H1.HeaderClassName
{
color: #FEFC0C;
}
.AnyTagClassName
{
color: #FEFC0C;
}
</style>
background-color css
<style>
a { background-color: #FEFC0C; }
a { background-color: rgb(254,252,12); }
div.DivClassName
{
background-color: #FEFC0C;
}
.BgClassName
{
background-color: #FEFC0C;
}
</style>
border-color css
<style>
span { border-color: #FEFC0C; }
span { border-color: rgb(254,252,12); }
td.TdClassName
{
border-color: #FEFC0C;
}
.TagClassName
{
border-color: #FEFC0C;
}
</style>