Shades of Yellow #FDFF0F
Tints of Yellow #FDFF0F
RGB
CMYK
RGB Variations
Color information
#FDFF0F (or 0xFDFF0F) is known color: Yellow. HEX triplet: FD, FF and 0F. RGB value is (253,255,15). Sum of RGB (Red+Green+Blue) = 253+255+15=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 15 (6.25% from 255 or 2.87% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF0F is #0200F0. Grayscale: #E3E3E3. Windows color (decimal): -131313 or 1048573. OLE color: 1048573.
HSL color Cylindrical-coordinate representation of color #FDFF0F: hue angle of 60.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDFF0F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0 |
| HSL | 60.5º | 1% | 0.53% | - |
| HSV(B) | 60.5º | 0.94% | 1% | - |
| XYZ | 76.35 | 92.44 | 14.27 | - |
| YUV | 227.04 | 8.34 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 15 | 0.01 | 0 | 0.94 | 0 | 60.5 | 1 | 0.53 |
| Hex | FD | FF | F | 1 | 0 | 5E | 0 | 3C | 64 | 35 |
| Octal | 375 | 377 | 17 | 1 | 0 | 136 | 0 | 74 | 144 | 65 |
| Binary | 11111101 | 11111111 | 1111 | 1 | 0 | 1011110 | 0 | 111100 | 1100100 | 110101 |
Color Harmonies of #FDFF0F
Complementary color
Monochromatic Colors of #FDFF0F
Black with #FDFF0F
Text Example
Text Example
White with #FDFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF0F; }
p { color: rgb(253,255,15); }
H1.HeaderClassName
{
color: #FDFF0F;
}
.AnyTagClassName
{
color: #FDFF0F;
}
</style>
background-color css
<style>
a { background-color: #FDFF0F; }
a { background-color: rgb(253,255,15); }
div.DivClassName
{
background-color: #FDFF0F;
}
.BgClassName
{
background-color: #FDFF0F;
}
</style>
border-color css
<style>
span { border-color: #FDFF0F; }
span { border-color: rgb(253,255,15); }
td.TdClassName
{
border-color: #FDFF0F;
}
.TagClassName
{
border-color: #FDFF0F;
}
</style>