#F4F21E

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

Shades of Lemon #F4F21E

Tints of Lemon #F4F21E

Color information

#F4F21E (or 0xF4F21E) is unknown color: approx Lemon. HEX triplet: F4, F2 and 1E. RGB value is (244,242,30). Sum of RGB (Red+Green+Blue) = 244+242+30=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 30 (12.11% from 255 or 5.81% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F21E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F21E is #0B0DE1. Grayscale: #DBDBDB. Windows color (decimal): -724450 or 2028276. OLE color: 2028276.

HSL color Cylindrical-coordinate representation of color #F4F21E: hue angle of 59.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4F21E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24424230-
CMYK00.010.880.04
HSL59.44º90.68%53.73%-
HSV(B)59.44º87.7%95.69%-
XYZ69.2982.8313.56-
YUV218.4321.66146.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.29%
GREEN value IS 242 (94.92% from 255) = 46.90%
BLUE value IS 30 (12.11% from 255) = 5.81%
R=47.29%
G=46.90%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442423000.010.880.0459.4490.6853.73
HexF4F21E015843b5b36
Octal364362360113047313366
Binary1111010011110010111100110110001001110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F21E; }

 p { color: rgb(244,242,30); }

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

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

 a { background-color: rgb(244,242,30); }

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

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

 span { border-color: rgb(244,242,30); }

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