Shades of Lemon #F8DB12
Tints of Lemon #F8DB12
RGB
CMYK
RGB Variations
Color information
#F8DB12 (or 0xF8DB12) is known color: Lemon. HEX triplet: F8, DB and 12. RGB value is (248,219,18). Sum of RGB (Red+Green+Blue) = 248+219+18=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DB12 is #0724ED. Grayscale: #CDCDCD. Windows color (decimal): -468206 or 1235960. OLE color: 1235960.
HSL color Cylindrical-coordinate representation of color #F8DB12: hue angle of 52.43º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8DB12 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.03 |
| HSL | 52.43º | 0.94% | 0.52% | - |
| HSV(B) | 52.43º | 0.93% | 0.97% | - |
| XYZ | 64.15 | 70.66 | 10.83 | - |
| YUV | 204.76 | 22.61 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 18 | 0 | 0.12 | 0.93 | 0.03 | 52.43 | 0.94 | 0.52 |
| Hex | F8 | DB | 12 | 0 | C | 5D | 3 | 34 | 5E | 34 |
| Octal | 370 | 333 | 22 | 0 | 14 | 135 | 3 | 64 | 136 | 64 |
| Binary | 11111000 | 11011011 | 10010 | 0 | 1100 | 1011101 | 11 | 110100 | 1011110 | 110100 |
Color Harmonies of #F8DB12
Complementary color
Monochromatic Colors of #F8DB12
Black with #F8DB12
Text Example
Text Example
White with #F8DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB12; }
p { color: rgb(248,219,18); }
H1.HeaderClassName
{
color: #F8DB12;
}
.AnyTagClassName
{
color: #F8DB12;
}
</style>
background-color css
<style>
a { background-color: #F8DB12; }
a { background-color: rgb(248,219,18); }
div.DivClassName
{
background-color: #F8DB12;
}
.BgClassName
{
background-color: #F8DB12;
}
</style>
border-color css
<style>
span { border-color: #F8DB12; }
span { border-color: rgb(248,219,18); }
td.TdClassName
{
border-color: #F8DB12;
}
.TagClassName
{
border-color: #F8DB12;
}
</style>