#F5FA6A

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

Shades of Laser Lemon #F5FA6A

Tints of Laser Lemon #F5FA6A

Color information

#F5FA6A (or 0xF5FA6A) is unknown color: approx Laser Lemon. HEX triplet: F5, FA and 6A. RGB value is (245,250,106). Sum of RGB (Red+Green+Blue) = 245+250+106=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 106 (41.80% from 255 or 17.64% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA6A is #0A0595. Grayscale: #E8E8E8. Windows color (decimal): -656790 or 7011061. OLE color: 7011061.

HSL color Cylindrical-coordinate representation of color #F5FA6A: hue angle of 62.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5FA6A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB245250106-
CMYK0.0200.580.02
HSL62.08º93.51%69.8%-
HSV(B)62.08º57.6%98.04%-
XYZ74.4488.8226.86-
YUV232.0956.84137.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 106 (41.80% from 255) = 17.64%
R=40.77%
G=41.60%
B=17.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501060.0200.580.0262.0893.5169.8
HexF5FA6A203A23e5e46
Octal3653721522072276136106
Binary111101011111101011010101001110101011111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA6A; }

 p { color: rgb(245,250,106); }

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

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

 a { background-color: rgb(245,250,106); }

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

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

 span { border-color: rgb(245,250,106); }

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