Shades of Lemon #FDF208
Tints of Lemon #FDF208
RGB
CMYK
RGB Variations
Color information
#FDF208 (or 0xFDF208) is known color: Lemon. HEX triplet: FD, F2 and 08. RGB value is (253,242,8). Sum of RGB (Red+Green+Blue) = 253+242+8=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 8 (3.52% from 255 or 1.59% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF208 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF208 is #020DF7. Grayscale: #DBDBDB. Windows color (decimal): -134648 or 586493. OLE color: 586493.
HSL color Cylindrical-coordinate representation of color #FDF208: hue angle of 57.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDF208 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.01 |
| HSL | 57.31º | 0.98% | 0.51% | - |
| HSV(B) | 57.31º | 0.97% | 0.99% | - |
| XYZ | 72.3 | 84.4 | 12.71 | - |
| YUV | 218.61 | 9.14 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 8 | 0 | 0.04 | 0.97 | 0.01 | 57.31 | 0.98 | 0.51 |
| Hex | FD | F2 | 8 | 0 | 4 | 61 | 1 | 39 | 62 | 33 |
| Octal | 375 | 362 | 10 | 0 | 4 | 141 | 1 | 71 | 142 | 63 |
| Binary | 11111101 | 11110010 | 1000 | 0 | 100 | 1100001 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FDF208
Complementary color
Monochromatic Colors of #FDF208
Black with #FDF208
Text Example
Text Example
White with #FDF208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF208; }
p { color: rgb(253,242,8); }
H1.HeaderClassName
{
color: #FDF208;
}
.AnyTagClassName
{
color: #FDF208;
}
</style>
background-color css
<style>
a { background-color: #FDF208; }
a { background-color: rgb(253,242,8); }
div.DivClassName
{
background-color: #FDF208;
}
.BgClassName
{
background-color: #FDF208;
}
</style>
border-color css
<style>
span { border-color: #FDF208; }
span { border-color: rgb(253,242,8); }
td.TdClassName
{
border-color: #FDF208;
}
.TagClassName
{
border-color: #FDF208;
}
</style>