Shades of Yellow #FFFE02
Tints of Yellow #FFFE02
RGB
CMYK
RGB Variations
Color information
#FFFE02 (or 0xFFFE02) is known color: Yellow. HEX triplet: FF, FE and 02. RGB value is (255,254,2). Sum of RGB (Red+Green+Blue) = 255+254+2=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 2 (1.17% from 255 or 0.39% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFE02 is #0001FD. Grayscale: #E2E2E2. Windows color (decimal): -510 or 196351. OLE color: 196351.
HSL color Cylindrical-coordinate representation of color #FFFE02: hue angle of 59.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFFE02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0 |
| HSL | 59.76º | 1% | 0.5% | - |
| HSV(B) | 59.76º | 0.99% | 1% | - |
| XYZ | 76.69 | 92.15 | 13.8 | - |
| YUV | 225.57 | 1.83 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 2 | 0 | 0.00 | 0.99 | 0 | 59.76 | 1 | 0.5 |
| Hex | FF | FE | 2 | 0 | 0 | 63 | 0 | 3C | 64 | 32 |
| Octal | 377 | 376 | 2 | 0 | 0 | 143 | 0 | 74 | 144 | 62 |
| Binary | 11111111 | 11111110 | 10 | 0 | 0 | 1100011 | 0 | 111100 | 1100100 | 110010 |
Color Harmonies of #FFFE02
Complementary color
Monochromatic Colors of #FFFE02
Black with #FFFE02
Text Example
Text Example
White with #FFFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE02; }
p { color: rgb(255,254,2); }
H1.HeaderClassName
{
color: #FFFE02;
}
.AnyTagClassName
{
color: #FFFE02;
}
</style>
background-color css
<style>
a { background-color: #FFFE02; }
a { background-color: rgb(255,254,2); }
div.DivClassName
{
background-color: #FFFE02;
}
.BgClassName
{
background-color: #FFFE02;
}
</style>
border-color css
<style>
span { border-color: #FFFE02; }
span { border-color: rgb(255,254,2); }
td.TdClassName
{
border-color: #FFFE02;
}
.TagClassName
{
border-color: #FFFE02;
}
</style>