#F0EB1F

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

Shades of Lemon #F0EB1F

Tints of Lemon #F0EB1F

Color information

#F0EB1F (or 0xF0EB1F) is unknown color: approx Lemon. HEX triplet: F0, EB and 1F. RGB value is (240,235,31). Sum of RGB (Red+Green+Blue) = 240+235+31=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 31 (12.5% from 255 or 6.13% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EB1F is #0F14E0. Grayscale: #D6D6D6. Windows color (decimal): -988385 or 2092016. OLE color: 2092016.

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

Color convert

RGB24023531-
CMYK00.020.870.06
HSL58.56º87.45%53.14%-
HSV(B)58.56º87.08%94.12%-
XYZ65.8978.0412.89-
YUV213.2425.16147.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 31 (12.5% from 255) = 6.13%
R=47.43%
G=46.44%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402353100.020.870.0658.5687.4553.14
HexF0EB1F025763b5735
Octal360353370212767312765
Binary11110000111010111111101010101111101110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EB1F; }

 p { color: rgb(240,235,31); }

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

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

 a { background-color: rgb(240,235,31); }

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

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

 span { border-color: rgb(240,235,31); }

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