#f7fe5e

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

Shades of Laser Lemon #F7FE5E

Tints of Laser Lemon #F7FE5E

Color information

#F7FE5E (or 0xF7FE5E) is unknown color: approx Laser Lemon. HEX triplet: F7, FE and 5E. RGB value is (247,254,94). Sum of RGB (Red+Green+Blue) = 247+254+94=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 94 (37.11% from 255 or 15.80% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FE5E is #0801A1. Grayscale: #EAEAEA. Windows color (decimal): -524706 or 6225655. OLE color: 6225655.

HSL color Cylindrical-coordinate representation of color #F7FE5E: hue angle of 62.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7FE5E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB24725494-
CMYK0.0300.630.00
HSL62.62º98.77%68.24%-
HSV(B)62.62º62.99%99.61%-
XYZ75.8291.4724.25-
YUV233.6749.18137.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 94 (37.11% from 255) = 15.80%
R=41.51%
G=42.69%
B=15.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal247254940.0300.630.0062.6298.7768.24
HexF7FE5E303F03f6344
Octal3673761363077077143104
Binary11110111111111101011110110111111011111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7fe5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7fe5e; }

 p { color: rgb(247,254,94); }

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

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

 a { background-color: rgb(247,254,94); }

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

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

 span { border-color: rgb(247,254,94); }

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