#f4f221

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

Shades of Lemon #F4F221

Tints of Lemon #F4F221

Color information

#F4F221 (or 0xF4F221) is unknown color: approx Lemon. HEX triplet: F4, F2 and 21. RGB value is (244,242,33). Sum of RGB (Red+Green+Blue) = 244+242+33=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 33 (13.28% from 255 or 6.36% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F221 is #0B0DDE. Grayscale: #DBDBDB. Windows color (decimal): -724447 or 2224884. OLE color: 2224884.

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

Color convert

RGB24424233-
CMYK00.010.860.04
HSL59.43º90.56%54.31%-
HSV(B)59.43º86.48%95.69%-
XYZ69.3382.8513.78-
YUV218.7723.16145.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 33 (13.28% from 255) = 6.36%
R=47.01%
G=46.63%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442423300.010.860.0459.4390.5654.31
HexF4F221015643b5b36
Octal364362410112647313366
Binary11110100111100101000010110101101001110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4f221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4f221; }

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

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

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

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

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

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

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

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