Shades of Yellow #FEFD02
Tints of Yellow #FEFD02
RGB
CMYK
RGB Variations
Color information
#FEFD02 (or 0xFEFD02) is known color: Yellow. HEX triplet: FE, FD and 02. RGB value is (254,253,2). Sum of RGB (Red+Green+Blue) = 254+253+2=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 2 (1.17% from 255 or 0.39% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD02 is #0102FD. Grayscale: #E1E1E1. Windows color (decimal): -66302 or 196094. OLE color: 196094.
HSL color Cylindrical-coordinate representation of color #FEFD02: hue angle of 59.76º 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 #FEFD02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.00 |
| HSL | 59.76º | 0.99% | 0.5% | - |
| HSV(B) | 59.76º | 0.99% | 1% | - |
| XYZ | 76.01 | 91.33 | 13.68 | - |
| YUV | 224.69 | 2.33 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 2 | 0 | 0.00 | 0.99 | 0.00 | 59.76 | 0.99 | 0.5 |
| Hex | FE | FD | 2 | 0 | 0 | 63 | 0 | 3C | 63 | 32 |
| Octal | 376 | 375 | 2 | 0 | 0 | 143 | 0 | 74 | 143 | 62 |
| Binary | 11111110 | 11111101 | 10 | 0 | 0 | 1100011 | 0 | 111100 | 1100011 | 110010 |
Color Harmonies of #FEFD02
Complementary color
Monochromatic Colors of #FEFD02
Black with #FEFD02
Text Example
Text Example
White with #FEFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD02; }
p { color: rgb(254,253,2); }
H1.HeaderClassName
{
color: #FEFD02;
}
.AnyTagClassName
{
color: #FEFD02;
}
</style>
background-color css
<style>
a { background-color: #FEFD02; }
a { background-color: rgb(254,253,2); }
div.DivClassName
{
background-color: #FEFD02;
}
.BgClassName
{
background-color: #FEFD02;
}
</style>
border-color css
<style>
span { border-color: #FEFD02; }
span { border-color: rgb(254,253,2); }
td.TdClassName
{
border-color: #FEFD02;
}
.TagClassName
{
border-color: #FEFD02;
}
</style>