Shades of Yellow #FDFE11
Tints of Yellow #FDFE11
RGB
CMYK
RGB Variations
Color information
#FDFE11 (or 0xFDFE11) is known color: Yellow. HEX triplet: FD, FE and 11. RGB value is (253,254,17). Sum of RGB (Red+Green+Blue) = 253+254+17=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 17 (7.03% from 255 or 3.24% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE11 is #0201EE. Grayscale: #E3E3E3. Windows color (decimal): -131567 or 1179389. OLE color: 1179389.
HSL color Cylindrical-coordinate representation of color #FDFE11: hue angle of 60.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDFE11 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 17 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.00 |
| HSL | 60.25º | 0.99% | 0.53% | - |
| HSV(B) | 60.25º | 0.93% | 1% | - |
| XYZ | 76.05 | 91.81 | 14.24 | - |
| YUV | 226.68 | 9.67 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 17 | 0.00 | 0 | 0.93 | 0.00 | 60.25 | 0.99 | 0.53 |
| Hex | FD | FE | 11 | 0 | 0 | 5D | 0 | 3C | 63 | 35 |
| Octal | 375 | 376 | 21 | 0 | 0 | 135 | 0 | 74 | 143 | 65 |
| Binary | 11111101 | 11111110 | 10001 | 0 | 0 | 1011101 | 0 | 111100 | 1100011 | 110101 |
Color Harmonies of #FDFE11
Complementary color
Monochromatic Colors of #FDFE11
Black with #FDFE11
Text Example
Text Example
White with #FDFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE11; }
p { color: rgb(253,254,17); }
H1.HeaderClassName
{
color: #FDFE11;
}
.AnyTagClassName
{
color: #FDFE11;
}
</style>
background-color css
<style>
a { background-color: #FDFE11; }
a { background-color: rgb(253,254,17); }
div.DivClassName
{
background-color: #FDFE11;
}
.BgClassName
{
background-color: #FDFE11;
}
</style>
border-color css
<style>
span { border-color: #FDFE11; }
span { border-color: rgb(253,254,17); }
td.TdClassName
{
border-color: #FDFE11;
}
.TagClassName
{
border-color: #FDFE11;
}
</style>