#F0EF1D

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

Shades of Lemon #F0EF1D

Tints of Lemon #F0EF1D

Color information

#F0EF1D (or 0xF0EF1D) is unknown color: approx Lemon. HEX triplet: F0, EF and 1D. RGB value is (240,239,29). Sum of RGB (Red+Green+Blue) = 240+239+29=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 29 (11.72% from 255 or 5.71% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EF1D is #0F10E2. Grayscale: #D8D8D8. Windows color (decimal): -987363 or 1961968. OLE color: 1961968.

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

Color convert

RGB24023929-
CMYK00.000.880.06
HSL59.72º87.55%52.75%-
HSV(B)59.72º87.92%94.12%-
XYZ67.0280.3513.14-
YUV215.3622.83145.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 239 (93.75% from 255) = 47.05%
BLUE value IS 29 (11.72% from 255) = 5.71%
R=47.24%
G=47.05%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402392900.000.880.0659.7287.5552.75
HexF0EF1D005863c5835
Octal360357350013067413065
Binary1111000011101111111010010110001101111001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EF1D; }

 p { color: rgb(240,239,29); }

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

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

 a { background-color: rgb(240,239,29); }

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

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

 span { border-color: rgb(240,239,29); }

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