Shades of Lemon #FDF307
Tints of Lemon #FDF307
RGB
CMYK
RGB Variations
Color information
#FDF307 (or 0xFDF307) is known color: Lemon. HEX triplet: FD, F3 and 07. RGB value is (253,243,7). Sum of RGB (Red+Green+Blue) = 253+243+7=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 7 (3.12% from 255 or 1.39% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF307 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF307 is #020CF8. Grayscale: #DCDCDC. Windows color (decimal): -134393 or 521213. OLE color: 521213.
HSL color Cylindrical-coordinate representation of color #FDF307: hue angle of 57.56º 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 #FDF307 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.01 |
| HSL | 57.56º | 0.98% | 0.51% | - |
| HSV(B) | 57.56º | 0.97% | 0.99% | - |
| XYZ | 72.6 | 85 | 12.78 | - |
| YUV | 219.09 | 8.31 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 7 | 0 | 0.04 | 0.97 | 0.01 | 57.56 | 0.98 | 0.51 |
| Hex | FD | F3 | 7 | 0 | 4 | 61 | 1 | 3A | 62 | 33 |
| Octal | 375 | 363 | 7 | 0 | 4 | 141 | 1 | 72 | 142 | 63 |
| Binary | 11111101 | 11110011 | 111 | 0 | 100 | 1100001 | 1 | 111010 | 1100010 | 110011 |
Color Harmonies of #FDF307
Complementary color
Monochromatic Colors of #FDF307
Black with #FDF307
Text Example
Text Example
White with #FDF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF307; }
p { color: rgb(253,243,7); }
H1.HeaderClassName
{
color: #FDF307;
}
.AnyTagClassName
{
color: #FDF307;
}
</style>
background-color css
<style>
a { background-color: #FDF307; }
a { background-color: rgb(253,243,7); }
div.DivClassName
{
background-color: #FDF307;
}
.BgClassName
{
background-color: #FDF307;
}
</style>
border-color css
<style>
span { border-color: #FDF307; }
span { border-color: rgb(253,243,7); }
td.TdClassName
{
border-color: #FDF307;
}
.TagClassName
{
border-color: #FDF307;
}
</style>