Shades of Yellow #FEFC02
Tints of Yellow #FEFC02
RGB
CMYK
RGB Variations
Color information
#FEFC02 (or 0xFEFC02) is known color: Yellow. HEX triplet: FE, FC and 02. RGB value is (254,252,2). Sum of RGB (Red+Green+Blue) = 254+252+2=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 2 (1.17% from 255 or 0.39% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC02 is #0103FD. Grayscale: #E1E1E1. Windows color (decimal): -66558 or 195838. OLE color: 195838.
HSL color Cylindrical-coordinate representation of color #FEFC02: hue angle of 59.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEFC02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.00 |
| HSL | 59.52º | 0.99% | 0.5% | - |
| HSV(B) | 59.52º | 0.99% | 1% | - |
| XYZ | 75.69 | 90.7 | 13.57 | - |
| YUV | 224.1 | 2.66 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 2 | 0 | 0.01 | 0.99 | 0.00 | 59.52 | 0.99 | 0.5 |
| Hex | FE | FC | 2 | 0 | 1 | 63 | 0 | 3C | 63 | 32 |
| Octal | 376 | 374 | 2 | 0 | 1 | 143 | 0 | 74 | 143 | 62 |
| Binary | 11111110 | 11111100 | 10 | 0 | 1 | 1100011 | 0 | 111100 | 1100011 | 110010 |
Color Harmonies of #FEFC02
Complementary color
Monochromatic Colors of #FEFC02
Black with #FEFC02
Text Example
Text Example
White with #FEFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC02; }
p { color: rgb(254,252,2); }
H1.HeaderClassName
{
color: #FEFC02;
}
.AnyTagClassName
{
color: #FEFC02;
}
</style>
background-color css
<style>
a { background-color: #FEFC02; }
a { background-color: rgb(254,252,2); }
div.DivClassName
{
background-color: #FEFC02;
}
.BgClassName
{
background-color: #FEFC02;
}
</style>
border-color css
<style>
span { border-color: #FEFC02; }
span { border-color: rgb(254,252,2); }
td.TdClassName
{
border-color: #FEFC02;
}
.TagClassName
{
border-color: #FEFC02;
}
</style>