#F0F21A

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

Shades of Lemon #F0F21A

Tints of Lemon #F0F21A

Color information

#F0F21A (or 0xF0F21A) is unknown color: approx Lemon. HEX triplet: F0, F2 and 1A. RGB value is (240,242,26). Sum of RGB (Red+Green+Blue) = 240+242+26=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 26 (10.55% from 255 or 5.12% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F21A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F21A is #0F0DE5. Grayscale: #D9D9D9. Windows color (decimal): -986598 or 1766128. OLE color: 1766128.

HSL color Cylindrical-coordinate representation of color #F0F21A: hue angle of 60.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0F21A is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB24024226-
CMYK0.0100.890.05
HSL60.56º89.26%52.55%-
HSV(B)60.56º89.26%94.9%-
XYZ67.8782.113.25-
YUV216.7820.34144.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 242 (94.92% from 255) = 47.64%
BLUE value IS 26 (10.55% from 255) = 5.12%
R=47.24%
G=47.64%
B=5.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240242260.0100.890.0560.5689.2652.55
HexF0F21A105953d5935
Octal360362321013157513165
Binary1111000011110010110101010110011011111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F21A; }

 p { color: rgb(240,242,26); }

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

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

 a { background-color: rgb(240,242,26); }

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

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

 span { border-color: rgb(240,242,26); }

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