#F4FA5A

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

Shades of Laser Lemon #F4FA5A

Tints of Laser Lemon #F4FA5A

Color information

#F4FA5A (or 0xF4FA5A) is unknown color: approx Laser Lemon. HEX triplet: F4, FA and 5A. RGB value is (244,250,90). Sum of RGB (Red+Green+Blue) = 244+250+90=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4FA5A is #0B05A5. Grayscale: #E6E6E6. Windows color (decimal): -722342 or 5962484. OLE color: 5962484.

HSL color Cylindrical-coordinate representation of color #F4FA5A: hue angle of 62.25º 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 #F4FA5A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB24425090-
CMYK0.0200.640.02
HSL62.25º94.12%66.67%-
HSV(B)62.25º64%98.04%-
XYZ73.3488.3422.86-
YUV229.9749.01138.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.78%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 90 (35.55% from 255) = 15.41%
R=41.78%
G=42.81%
B=15.41%

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
Decimal244250900.0200.640.0262.2594.1266.67
HexF4FA5A204023e5e43
Octal36437213220100276136103
Binary1111010011111010101101010010000001011111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FA5A; }

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

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

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

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

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

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

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

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