#F0E219

Color #F0E219 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #F0E219

Tints of Lemon #F0E219

Color information

#F0E219 (or 0xF0E219) is unknown color: approx Lemon. HEX triplet: F0, E2 and 19. RGB value is (240,226,25). Sum of RGB (Red+Green+Blue) = 240+226+25=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E219 is #0F1DE6. Grayscale: #D0D0D0. Windows color (decimal): -990695 or 1696496. OLE color: 1696496.

HSL color Cylindrical-coordinate representation of color #F0E219: hue angle of 56.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0E219 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB24022625-
CMYK00.060.900.06
HSL56.09º87.76%51.96%-
HSV(B)56.09º89.58%94.12%-
XYZ63.3172.9911.67-
YUV207.2725.14151.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 226 (88.67% from 255) = 46.03%
BLUE value IS 25 (10.16% from 255) = 5.09%
R=48.88%
G=46.03%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402262500.060.900.0656.0987.7651.96
HexF0E219065A6385834
Octal360342310613267013064
Binary111100001110001011001011010110101101110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E219; }

 p { color: rgb(240,226,25); }

 H1.HeaderClassName
 {
   color: #F0E219;
 }
 .AnyTagClassName
 {
   color: #F0E219;
 }
</style>
background-color css

<style>
 a { background-color: #F0E219; }

 a { background-color: rgb(240,226,25); }

 div.DivClassName
 {
   background-color: #F0E219;
 }
 .BgClassName
 {
   background-color: #F0E219;
 }
</style>
border-color css

<style>
 span { border-color: #F0E219; }

 span { border-color: rgb(240,226,25); }

 td.TdClassName
 {
   border-color: #F0E219;
 }
 .TagClassName
 {
   border-color: #F0E219;
 }
</style>