Shades of Yellow #FDFE03
Tints of Yellow #FDFE03
RGB
CMYK
RGB Variations
Color information
#FDFE03 (or 0xFDFE03) is known color: Yellow. HEX triplet: FD, FE and 03. RGB value is (253,254,3). Sum of RGB (Red+Green+Blue) = 253+254+3=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 3 (1.56% from 255 or 0.59% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE03 is #0201FC. Grayscale: #E2E2E2. Windows color (decimal): -131581 or 261885. OLE color: 261885.
HSL color Cylindrical-coordinate representation of color #FDFE03: 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 #FDFE03 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 3 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.00 |
| HSL | 60.24º | 0.99% | 0.5% | - |
| HSV(B) | 60.24º | 0.99% | 1% | - |
| XYZ | 75.97 | 91.77 | 13.8 | - |
| YUV | 225.09 | 2.67 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 3 | 0.00 | 0 | 0.99 | 0.00 | 60.24 | 0.99 | 0.5 |
| Hex | FD | FE | 3 | 0 | 0 | 63 | 0 | 3C | 63 | 32 |
| Octal | 375 | 376 | 3 | 0 | 0 | 143 | 0 | 74 | 143 | 62 |
| Binary | 11111101 | 11111110 | 11 | 0 | 0 | 1100011 | 0 | 111100 | 1100011 | 110010 |
Color Harmonies of #FDFE03
Complementary color
Monochromatic Colors of #FDFE03
Black with #FDFE03
Text Example
Text Example
White with #FDFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE03; }
p { color: rgb(253,254,3); }
H1.HeaderClassName
{
color: #FDFE03;
}
.AnyTagClassName
{
color: #FDFE03;
}
</style>
background-color css
<style>
a { background-color: #FDFE03; }
a { background-color: rgb(253,254,3); }
div.DivClassName
{
background-color: #FDFE03;
}
.BgClassName
{
background-color: #FDFE03;
}
</style>
border-color css
<style>
span { border-color: #FDFE03; }
span { border-color: rgb(253,254,3); }
td.TdClassName
{
border-color: #FDFE03;
}
.TagClassName
{
border-color: #FDFE03;
}
</style>