#FAFD6A

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

Shades of Laser Lemon #FAFD6A

Tints of Laser Lemon #FAFD6A

Color information

#FAFD6A (or 0xFAFD6A) is unknown color: approx Laser Lemon. HEX triplet: FA, FD and 6A. RGB value is (250,253,106). Sum of RGB (Red+Green+Blue) = 250+253+106=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 106 (41.80% from 255 or 17.41% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD6A is #050295. Grayscale: #EBEBEB. Windows color (decimal): -328342 or 7011834. OLE color: 7011834.

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

Color convert

RGB250253106-
CMYK0.0100.580.01
HSL61.22º97.35%70.39%-
HSV(B)61.22º58.1%99.22%-
XYZ77.1591.6227.25-
YUV235.3455.01138.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 253 (99.22% from 255) = 41.54%
BLUE value IS 106 (41.80% from 255) = 17.41%
R=41.05%
G=41.54%
B=17.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531060.0100.580.0161.2297.3570.39
HexFAFD6A103A13d6146
Octal3723751521072175141106
Binary1111101011111101110101010111010111110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD6A; }

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

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

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

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

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

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

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

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