Shades of Lemon #FDF00B
Tints of Lemon #FDF00B
RGB
CMYK
RGB Variations
Color information
#FDF00B (or 0xFDF00B) is known color: Lemon. HEX triplet: FD, F0 and 0B. RGB value is (253,240,11). Sum of RGB (Red+Green+Blue) = 253+240+11=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 11 (4.69% from 255 or 2.18% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF00B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF00B is #020FF4. Grayscale: #DADADA. Windows color (decimal): -135157 or 782589. OLE color: 782589.
HSL color Cylindrical-coordinate representation of color #FDF00B: hue angle of 56.78º 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 #FDF00B is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 11 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.01 |
| HSL | 56.78º | 0.98% | 0.52% | - |
| HSV(B) | 56.78º | 0.96% | 0.99% | - |
| XYZ | 71.73 | 83.23 | 12.6 | - |
| YUV | 217.78 | 11.31 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 11 | 0 | 0.05 | 0.96 | 0.01 | 56.78 | 0.98 | 0.52 |
| Hex | FD | F0 | B | 0 | 5 | 60 | 1 | 39 | 62 | 34 |
| Octal | 375 | 360 | 13 | 0 | 5 | 140 | 1 | 71 | 142 | 64 |
| Binary | 11111101 | 11110000 | 1011 | 0 | 101 | 1100000 | 1 | 111001 | 1100010 | 110100 |
Color Harmonies of #FDF00B
Complementary color
Monochromatic Colors of #FDF00B
Black with #FDF00B
Text Example
Text Example
White with #FDF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF00B; }
p { color: rgb(253,240,11); }
H1.HeaderClassName
{
color: #FDF00B;
}
.AnyTagClassName
{
color: #FDF00B;
}
</style>
background-color css
<style>
a { background-color: #FDF00B; }
a { background-color: rgb(253,240,11); }
div.DivClassName
{
background-color: #FDF00B;
}
.BgClassName
{
background-color: #FDF00B;
}
</style>
border-color css
<style>
span { border-color: #FDF00B; }
span { border-color: rgb(253,240,11); }
td.TdClassName
{
border-color: #FDF00B;
}
.TagClassName
{
border-color: #FDF00B;
}
</style>