#FAFC6F

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

Shades of Laser Lemon #FAFC6F

Tints of Laser Lemon #FAFC6F

Color information

#FAFC6F (or 0xFAFC6F) is unknown color: approx Laser Lemon. HEX triplet: FA, FC and 6F. RGB value is (250,252,111). Sum of RGB (Red+Green+Blue) = 250+252+111=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 111 (43.75% from 255 or 18.11% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFC6F is #050390. Grayscale: #EBEBEB. Windows color (decimal): -328593 or 7339258. OLE color: 7339258.

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

Color convert

RGB250252111-
CMYK0.0100.560.01
HSL60.85º95.92%71.18%-
HSV(B)60.85º55.95%98.82%-
XYZ77.191.0928.56-
YUV235.3357.84138.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 111 (43.75% from 255) = 18.11%
R=40.78%
G=41.11%
B=18.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521110.0100.560.0160.8595.9271.18
HexFAFC6F103813d6047
Octal3723741571070175140107
Binary1111101011111100110111110111000111110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFC6F; }

 p { color: rgb(250,252,111); }

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

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

 a { background-color: rgb(250,252,111); }

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

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

 span { border-color: rgb(250,252,111); }

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