Shades of Lemon #F3F008
Tints of Lemon #F3F008
RGB
CMYK
RGB Variations
Color information
#F3F008 (or 0xF3F008) is known color: Lemon. HEX triplet: F3, F0 and 08. RGB value is (243,240,8). Sum of RGB (Red+Green+Blue) = 243+240+8=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 8 (3.52% from 255 or 1.63% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F008 is #0C0FF7. Grayscale: #D7D7D7. Windows color (decimal): -790520 or 585971. OLE color: 585971.
HSL color Cylindrical-coordinate representation of color #F3F008: hue angle of 59.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F3F008 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 8 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.05 |
| HSL | 59.23º | 0.94% | 0.49% | - |
| HSV(B) | 59.23º | 0.97% | 0.95% | - |
| XYZ | 68.17 | 81.39 | 12.35 | - |
| YUV | 214.45 | 11.49 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 8 | 0 | 0.01 | 0.97 | 0.05 | 59.23 | 0.94 | 0.49 |
| Hex | F3 | F0 | 8 | 0 | 1 | 61 | 5 | 3B | 5E | 31 |
| Octal | 363 | 360 | 10 | 0 | 1 | 141 | 5 | 73 | 136 | 61 |
| Binary | 11110011 | 11110000 | 1000 | 0 | 1 | 1100001 | 101 | 111011 | 1011110 | 110001 |
Color Harmonies of #F3F008
Complementary color
Monochromatic Colors of #F3F008
Black with #F3F008
Text Example
Text Example
White with #F3F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F008; }
p { color: rgb(243,240,8); }
H1.HeaderClassName
{
color: #F3F008;
}
.AnyTagClassName
{
color: #F3F008;
}
</style>
background-color css
<style>
a { background-color: #F3F008; }
a { background-color: rgb(243,240,8); }
div.DivClassName
{
background-color: #F3F008;
}
.BgClassName
{
background-color: #F3F008;
}
</style>
border-color css
<style>
span { border-color: #F3F008; }
span { border-color: rgb(243,240,8); }
td.TdClassName
{
border-color: #F3F008;
}
.TagClassName
{
border-color: #F3F008;
}
</style>