#FAFD63

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

Shades of Laser Lemon #FAFD63

Tints of Laser Lemon #FAFD63

Color information

#FAFD63 (or 0xFAFD63) is unknown color: approx Laser Lemon. HEX triplet: FA, FD and 63. RGB value is (250,253,99). Sum of RGB (Red+Green+Blue) = 250+253+99=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 99 (39.06% from 255 or 16.45% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD63 is #05029C. Grayscale: #EBEBEB. Windows color (decimal): -328349 or 6553082. OLE color: 6553082.

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

Color convert

RGB25025399-
CMYK0.0100.610.01
HSL61.17º97.47%69.02%-
HSV(B)61.17º60.87%99.22%-
XYZ76.891.4825.41-
YUV234.5551.51139.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 99 (39.06% from 255) = 16.45%
R=41.53%
G=42.03%
B=16.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal250253990.0100.610.0161.1797.4769.02
HexFAFD63103D13d6145
Octal3723751431075175141105
Binary1111101011111101110001110111101111110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD63; }

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

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

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

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

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

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

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

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