Shades of Yellow #FFFD07
Tints of Yellow #FFFD07
RGB
CMYK
RGB Variations
Color information
#FFFD07 (or 0xFFFD07) is known color: Yellow. HEX triplet: FF, FD and 07. RGB value is (255,253,7). Sum of RGB (Red+Green+Blue) = 255+253+7=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 7 (3.12% from 255 or 1.36% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD07 is #0002F8. Grayscale: #E2E2E2. Windows color (decimal): -761 or 523775. OLE color: 523775.
HSL color Cylindrical-coordinate representation of color #FFFD07: hue angle of 59.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFFD07 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0 |
| HSL | 59.52º | 1% | 0.51% | - |
| HSV(B) | 59.52º | 0.97% | 1% | - |
| XYZ | 76.4 | 91.53 | 13.84 | - |
| YUV | 225.55 | 4.66 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 7 | 0 | 0.01 | 0.97 | 0 | 59.52 | 1 | 0.51 |
| Hex | FF | FD | 7 | 0 | 1 | 61 | 0 | 3C | 64 | 33 |
| Octal | 377 | 375 | 7 | 0 | 1 | 141 | 0 | 74 | 144 | 63 |
| Binary | 11111111 | 11111101 | 111 | 0 | 1 | 1100001 | 0 | 111100 | 1100100 | 110011 |
Color Harmonies of #FFFD07
Complementary color
Monochromatic Colors of #FFFD07
Black with #FFFD07
Text Example
Text Example
White with #FFFD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD07; }
p { color: rgb(255,253,7); }
H1.HeaderClassName
{
color: #FFFD07;
}
.AnyTagClassName
{
color: #FFFD07;
}
</style>
background-color css
<style>
a { background-color: #FFFD07; }
a { background-color: rgb(255,253,7); }
div.DivClassName
{
background-color: #FFFD07;
}
.BgClassName
{
background-color: #FFFD07;
}
</style>
border-color css
<style>
span { border-color: #FFFD07; }
span { border-color: rgb(255,253,7); }
td.TdClassName
{
border-color: #FFFD07;
}
.TagClassName
{
border-color: #FFFD07;
}
</style>