#F4F21B

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

Shades of Lemon #F4F21B

Tints of Lemon #F4F21B

Color information

#F4F21B (or 0xF4F21B) is unknown color: approx Lemon. HEX triplet: F4, F2 and 1B. RGB value is (244,242,27). Sum of RGB (Red+Green+Blue) = 244+242+27=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 27 (10.94% from 255 or 5.26% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F21B is #0B0DE4. Grayscale: #DADADA. Windows color (decimal): -724453 or 1831668. OLE color: 1831668.

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

Color convert

RGB24424227-
CMYK00.010.890.04
HSL59.45º90.79%53.14%-
HSV(B)59.45º88.93%95.69%-
XYZ69.2682.8213.37-
YUV218.0920.16146.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.56%
GREEN value IS 242 (94.92% from 255) = 47.17%
BLUE value IS 27 (10.94% from 255) = 5.26%
R=47.56%
G=47.17%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442422700.010.890.0459.4590.7953.14
HexF4F21B015943b5b35
Octal364362330113147313365
Binary1111010011110010110110110110011001110111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F21B; }

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

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

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

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

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

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

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

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