#F7FC20

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

Shades of Lemon #F7FC20

Tints of Lemon #F7FC20

Color information

#F7FC20 (or 0xF7FC20) is unknown color: approx Lemon. HEX triplet: F7, FC and 20. RGB value is (247,252,32). Sum of RGB (Red+Green+Blue) = 247+252+32=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 32 (12.89% from 255 or 6.03% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FC20 is #0803DF. Grayscale: #E2E2E2. Windows color (decimal): -525280 or 2161911. OLE color: 2161911.

HSL color Cylindrical-coordinate representation of color #F7FC20: hue angle of 61.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7FC20 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB24725232-
CMYK0.0200.870.01
HSL61.36º97.35%55.69%-
HSV(B)61.36º87.3%98.82%-
XYZ73.4389.514.77-
YUV225.4218.84143.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 32 (12.89% from 255) = 6.03%
R=46.52%
G=47.46%
B=6.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal247252320.0200.870.0161.3697.3555.69
HexF7FC20205713d6138
Octal367374402012717514170
Binary1111011111111100100000100101011111111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FC20; }

 p { color: rgb(247,252,32); }

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

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

 a { background-color: rgb(247,252,32); }

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

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

 span { border-color: rgb(247,252,32); }

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