#F4F40F

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

Shades of Lemon #F4F40F

Tints of Lemon #F4F40F

Color information

#F4F40F (or 0xF4F40F) is unknown color: approx Lemon. HEX triplet: F4, F4 and 0F. RGB value is (244,244,15). Sum of RGB (Red+Green+Blue) = 244+244+15=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 15 (6.25% from 255 or 2.98% from 503); Max value from RGB is 244 - color contains mainly: red, green. Hex color #F4F40F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F40F is #0B0BF0. Grayscale: #DADADA. Windows color (decimal): -723953 or 1045748. OLE color: 1045748.

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

Color convert

RGB24424415-
CMYK000.940.04
HSL60º91.24%50.78%-
HSV(B)60º93.85%95.69%-
XYZ69.7583.9712.98-
YUV217.8913.5146.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.51%
GREEN value IS 244 (95.70% from 255) = 48.51%
BLUE value IS 15 (6.25% from 255) = 2.98%
R=48.51%
G=48.51%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424415000.940.046091.2450.78
HexF4F4F005E43c5b33
Octal364364170013647413363
Binary111101001111010011110010111101001111001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F40F; }

 p { color: rgb(244,244,15); }

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

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

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

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

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

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

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