Shades of Yellow #FFFF00
Tints of Yellow #FFFF00
RGB
CMYK
RGB Variations
Color information
#FFFF00 (or 0xFFFF00) is known color: Yellow. HEX triplet: FF, FF and 00. RGB value is (255,255,0). Sum of RGB (Red+Green+Blue) = 255+255+0=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 0 (0.39% from 255 or 0% from 510); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF00 is a web safe color. Inversed color of #FFFF00 is #0000FF. Grayscale: #E2E2E2. Windows color (decimal): -256 or 65535. OLE color: 65535.
HSL color Cylindrical-coordinate representation of color #FFFF00: hue angle of 60º 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 #FFFF00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 0 | - |
| CMYK | 0 | 0 | 1 | 0 |
| HSL | 60º | 1% | 0.5% | - |
| HSV(B) | 60º | 1% | 1% | - |
| XYZ | 77 | 92.78 | 13.85 | - |
| YUV | 225.93 | 0.5 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 0 | 0 | 0 | 1 | 0 | 60 | 1 | 0.5 |
| Hex | FF | FF | 0 | 0 | 0 | 64 | 0 | 3C | 64 | 32 |
| Octal | 377 | 377 | 0 | 0 | 0 | 144 | 0 | 74 | 144 | 62 |
| Binary | 11111111 | 11111111 | 0 | 0 | 0 | 1100100 | 0 | 111100 | 1100100 | 110010 |
Color Harmonies of #FFFF00
Complementary color
Monochromatic Colors of #FFFF00
Black with #FFFF00
Text Example
Text Example
White with #FFFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF00; }
p { color: rgb(255,255,0); }
H1.HeaderClassName
{
color: #FFFF00;
}
.AnyTagClassName
{
color: #FFFF00;
}
</style>
background-color css
<style>
a { background-color: #FFFF00; }
a { background-color: rgb(255,255,0); }
div.DivClassName
{
background-color: #FFFF00;
}
.BgClassName
{
background-color: #FFFF00;
}
</style>
border-color css
<style>
span { border-color: #FFFF00; }
span { border-color: rgb(255,255,0); }
td.TdClassName
{
border-color: #FFFF00;
}
.TagClassName
{
border-color: #FFFF00;
}
</style>