Shades of Yellow #FDFE06
Tints of Yellow #FDFE06
RGB
CMYK
RGB Variations
Color information
#FDFE06 (or 0xFDFE06) is known color: Yellow. HEX triplet: FD, FE and 06. RGB value is (253,254,6). Sum of RGB (Red+Green+Blue) = 253+254+6=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 6 (2.73% from 255 or 1.17% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE06 is #0201F9. Grayscale: #E2E2E2. Windows color (decimal): -131578 or 458493. OLE color: 458493.
HSL color Cylindrical-coordinate representation of color #FDFE06: hue angle of 60.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDFE06 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 6 | - |
| CMYK | 0.00 | 0 | 0.98 | 0.00 |
| HSL | 60.24º | 0.99% | 0.51% | - |
| HSV(B) | 60.24º | 0.98% | 1% | - |
| XYZ | 75.98 | 91.78 | 13.88 | - |
| YUV | 225.43 | 4.17 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 6 | 0.00 | 0 | 0.98 | 0.00 | 60.24 | 0.99 | 0.51 |
| Hex | FD | FE | 6 | 0 | 0 | 62 | 0 | 3C | 63 | 33 |
| Octal | 375 | 376 | 6 | 0 | 0 | 142 | 0 | 74 | 143 | 63 |
| Binary | 11111101 | 11111110 | 110 | 0 | 0 | 1100010 | 0 | 111100 | 1100011 | 110011 |
Color Harmonies of #FDFE06
Complementary color
Monochromatic Colors of #FDFE06
Black with #FDFE06
Text Example
Text Example
White with #FDFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE06; }
p { color: rgb(253,254,6); }
H1.HeaderClassName
{
color: #FDFE06;
}
.AnyTagClassName
{
color: #FDFE06;
}
</style>
background-color css
<style>
a { background-color: #FDFE06; }
a { background-color: rgb(253,254,6); }
div.DivClassName
{
background-color: #FDFE06;
}
.BgClassName
{
background-color: #FDFE06;
}
</style>
border-color css
<style>
span { border-color: #FDFE06; }
span { border-color: rgb(253,254,6); }
td.TdClassName
{
border-color: #FDFE06;
}
.TagClassName
{
border-color: #FDFE06;
}
</style>