#FAFF69

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

Shades of Laser Lemon #FAFF69

Tints of Laser Lemon #FAFF69

Color information

#FAFF69 (or 0xFAFF69) is unknown color: approx Laser Lemon. HEX triplet: FA, FF and 69. RGB value is (250,255,105). Sum of RGB (Red+Green+Blue) = 250+255+105=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 105 (41.41% from 255 or 17.21% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF69 is #050096. Grayscale: #EDEDED. Windows color (decimal): -327831 or 6946810. OLE color: 6946810.

HSL color Cylindrical-coordinate representation of color #FAFF69: hue angle of 62º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAFF69 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB250255105-
CMYK0.0200.590
HSL62º100%70.59%-
HSV(B)62º58.82%100%-
XYZ77.7392.8627.19-
YUV236.453.84137.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 105 (41.41% from 255) = 17.21%
R=40.98%
G=41.80%
B=17.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551050.0200.5906210070.59
HexFAFF69203B03e6447
Octal3723771512073076144107
Binary11111010111111111101001100111011011111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF69; }

 p { color: rgb(250,255,105); }

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

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

 a { background-color: rgb(250,255,105); }

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

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

 span { border-color: rgb(250,255,105); }

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