Shades of Lemon #F0DF0B
Tints of Lemon #F0DF0B
RGB
CMYK
RGB Variations
Color information
#F0DF0B (or 0xF0DF0B) is known color: Lemon. HEX triplet: F0, DF and 0B. RGB value is (240,223,11). Sum of RGB (Red+Green+Blue) = 240+223+11=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF0B is #0F20F4. Grayscale: #CCCCCC. Windows color (decimal): -991477 or 778224. OLE color: 778224.
HSL color Cylindrical-coordinate representation of color #F0DF0B: hue angle of 55.55º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0DF0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.06 |
| HSL | 55.55º | 0.91% | 0.49% | - |
| HSV(B) | 55.55º | 0.95% | 0.94% | - |
| XYZ | 62.38 | 71.32 | 10.8 | - |
| YUV | 203.92 | 19.13 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 11 | 0 | 0.07 | 0.95 | 0.06 | 55.55 | 0.91 | 0.49 |
| Hex | F0 | DF | B | 0 | 7 | 5F | 6 | 38 | 5B | 31 |
| Octal | 360 | 337 | 13 | 0 | 7 | 137 | 6 | 70 | 133 | 61 |
| Binary | 11110000 | 11011111 | 1011 | 0 | 111 | 1011111 | 110 | 111000 | 1011011 | 110001 |
Color Harmonies of #F0DF0B
Complementary color
Monochromatic Colors of #F0DF0B
Black with #F0DF0B
Text Example
Text Example
White with #F0DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF0B; }
p { color: rgb(240,223,11); }
H1.HeaderClassName
{
color: #F0DF0B;
}
.AnyTagClassName
{
color: #F0DF0B;
}
</style>
background-color css
<style>
a { background-color: #F0DF0B; }
a { background-color: rgb(240,223,11); }
div.DivClassName
{
background-color: #F0DF0B;
}
.BgClassName
{
background-color: #F0DF0B;
}
</style>
border-color css
<style>
span { border-color: #F0DF0B; }
span { border-color: rgb(240,223,11); }
td.TdClassName
{
border-color: #F0DF0B;
}
.TagClassName
{
border-color: #F0DF0B;
}
</style>