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