#F5FA5A

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

Shades of Laser Lemon #F5FA5A

Tints of Laser Lemon #F5FA5A

Color information

#F5FA5A (or 0xF5FA5A) is unknown color: approx Laser Lemon. HEX triplet: F5, FA and 5A. RGB value is (245,250,90). Sum of RGB (Red+Green+Blue) = 245+250+90=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 90 (35.55% from 255 or 15.38% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA5A is #0A05A5. Grayscale: #E6E6E6. Windows color (decimal): -656806 or 5962485. OLE color: 5962485.

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

Color convert

RGB24525090-
CMYK0.0200.640.02
HSL61.88º94.12%66.67%-
HSV(B)61.88º64%98.04%-
XYZ73.6988.5222.88-
YUV230.2648.84138.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 90 (35.55% from 255) = 15.38%
R=41.88%
G=42.74%
B=15.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245250900.0200.640.0261.8894.1266.67
HexF5FA5A204023e5e43
Octal36537213220100276136103
Binary1111010111111010101101010010000001011111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA5A; }

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

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

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

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

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

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

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

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