Shades of Lemon #F4DF0B
Tints of Lemon #F4DF0B
RGB
CMYK
RGB Variations
Color information
#F4DF0B (or 0xF4DF0B) is known color: Lemon. HEX triplet: F4, DF and 0B. RGB value is (244,223,11). Sum of RGB (Red+Green+Blue) = 244+223+11=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DF0B is #0B20F4. Grayscale: #CDCDCD. Windows color (decimal): -729333 or 778228. OLE color: 778228.
HSL color Cylindrical-coordinate representation of color #F4DF0B: hue angle of 54.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4DF0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.04 |
| HSL | 54.59º | 0.91% | 0.5% | - |
| HSV(B) | 54.59º | 0.95% | 0.96% | - |
| XYZ | 63.76 | 72.03 | 10.86 | - |
| YUV | 205.11 | 18.46 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 11 | 0 | 0.09 | 0.95 | 0.04 | 54.59 | 0.91 | 0.5 |
| Hex | F4 | DF | B | 0 | 9 | 5F | 4 | 37 | 5B | 32 |
| Octal | 364 | 337 | 13 | 0 | 11 | 137 | 4 | 67 | 133 | 62 |
| Binary | 11110100 | 11011111 | 1011 | 0 | 1001 | 1011111 | 100 | 110111 | 1011011 | 110010 |
Color Harmonies of #F4DF0B
Complementary color
Monochromatic Colors of #F4DF0B
Black with #F4DF0B
Text Example
Text Example
White with #F4DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF0B; }
p { color: rgb(244,223,11); }
H1.HeaderClassName
{
color: #F4DF0B;
}
.AnyTagClassName
{
color: #F4DF0B;
}
</style>
background-color css
<style>
a { background-color: #F4DF0B; }
a { background-color: rgb(244,223,11); }
div.DivClassName
{
background-color: #F4DF0B;
}
.BgClassName
{
background-color: #F4DF0B;
}
</style>
border-color css
<style>
span { border-color: #F4DF0B; }
span { border-color: rgb(244,223,11); }
td.TdClassName
{
border-color: #F4DF0B;
}
.TagClassName
{
border-color: #F4DF0B;
}
</style>