Shades of Lemon #FDF30B
Tints of Lemon #FDF30B
RGB
CMYK
RGB Variations
Color information
#FDF30B (or 0xFDF30B) is known color: Lemon. HEX triplet: FD, F3 and 0B. RGB value is (253,243,11). Sum of RGB (Red+Green+Blue) = 253+243+11=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 11 (4.69% from 255 or 2.17% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF30B is #020CF4. Grayscale: #DCDCDC. Windows color (decimal): -134389 or 783357. OLE color: 783357.
HSL color Cylindrical-coordinate representation of color #FDF30B: hue angle of 57.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDF30B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.01 |
| HSL | 57.52º | 0.98% | 0.52% | - |
| HSV(B) | 57.52º | 0.96% | 0.99% | - |
| XYZ | 72.62 | 85.01 | 12.9 | - |
| YUV | 219.54 | 10.31 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 11 | 0 | 0.04 | 0.96 | 0.01 | 57.52 | 0.98 | 0.52 |
| Hex | FD | F3 | B | 0 | 4 | 60 | 1 | 3A | 62 | 34 |
| Octal | 375 | 363 | 13 | 0 | 4 | 140 | 1 | 72 | 142 | 64 |
| Binary | 11111101 | 11110011 | 1011 | 0 | 100 | 1100000 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FDF30B
Complementary color
Monochromatic Colors of #FDF30B
Black with #FDF30B
Text Example
Text Example
White with #FDF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF30B; }
p { color: rgb(253,243,11); }
H1.HeaderClassName
{
color: #FDF30B;
}
.AnyTagClassName
{
color: #FDF30B;
}
</style>
background-color css
<style>
a { background-color: #FDF30B; }
a { background-color: rgb(253,243,11); }
div.DivClassName
{
background-color: #FDF30B;
}
.BgClassName
{
background-color: #FDF30B;
}
</style>
border-color css
<style>
span { border-color: #FDF30B; }
span { border-color: rgb(253,243,11); }
td.TdClassName
{
border-color: #FDF30B;
}
.TagClassName
{
border-color: #FDF30B;
}
</style>