Shades of Yellow #FFFD00
Tints of Yellow #FFFD00
RGB
CMYK
RGB Variations
Color information
#FFFD00 (or 0xFFFD00) is known color: Yellow. HEX triplet: FF, FD and 00. RGB value is (255,253,0). Sum of RGB (Red+Green+Blue) = 255+253+0=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 0 (0.39% from 255 or 0% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD00 is #0002FF. Grayscale: #E1E1E1. Windows color (decimal): -768 or 65023. OLE color: 65023.
HSL color Cylindrical-coordinate representation of color #FFFD00: hue angle of 59.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFFD00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0 |
| HSL | 59.53º | 1% | 0.5% | - |
| HSV(B) | 59.53º | 1% | 1% | - |
| XYZ | 76.37 | 91.51 | 13.64 | - |
| YUV | 224.76 | 1.16 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 0 | 0 | 0.01 | 1 | 0 | 59.53 | 1 | 0.5 |
| Hex | FF | FD | 0 | 0 | 1 | 64 | 0 | 3C | 64 | 32 |
| Octal | 377 | 375 | 0 | 0 | 1 | 144 | 0 | 74 | 144 | 62 |
| Binary | 11111111 | 11111101 | 0 | 0 | 1 | 1100100 | 0 | 111100 | 1100100 | 110010 |
Color Harmonies of #FFFD00
Complementary color
Monochromatic Colors of #FFFD00
Black with #FFFD00
Text Example
Text Example
White with #FFFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD00; }
p { color: rgb(255,253,0); }
H1.HeaderClassName
{
color: #FFFD00;
}
.AnyTagClassName
{
color: #FFFD00;
}
</style>
background-color css
<style>
a { background-color: #FFFD00; }
a { background-color: rgb(255,253,0); }
div.DivClassName
{
background-color: #FFFD00;
}
.BgClassName
{
background-color: #FFFD00;
}
</style>
border-color css
<style>
span { border-color: #FFFD00; }
span { border-color: rgb(255,253,0); }
td.TdClassName
{
border-color: #FFFD00;
}
.TagClassName
{
border-color: #FFFD00;
}
</style>