Html Css Color HEX #FAFF6D Laser Lemon

📋 copy color: '#FAFF6D'

red 250 ◦ green 255 ◦ blue 109

#FAFF6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #FAFF6D

Tints of Laser Lemon #FAFF6D

RGB

 RED value IS 250 (98.05% from 255) = 40.72%

 GREEN value IS 255 (100% from 255) = 41.53%

 BLUE value IS 109 (42.97% from 255) = 17.75%

R = 40.72%
G = 41.53%
B = 17.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FAFF6D (or 0xFAFF6D) is known color: Laser Lemon. HEX triplet: FA, FF and 6D. RGB value is (250,255,109). Sum of RGB (Red+Green+Blue) = 250+255+109=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 109 (42.97% from 255 or 17.75% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF6D is #050092. Grayscale: #EDEDED. Windows color (decimal): -327827 or 7208954. OLE color: 7208954.

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

Color convert

RGB 250 255 109 -
CMYK 0.02 0 0.57 0
HSL 62.05º 1% 0.71% -
HSV(B) 62.05º 0.57% 1% -
XYZ 77.94 92.95 28.3 -
YUV 236.86 55.84 137.37 -
System Red Green Blue C M Y K H S L
Decimal 250 255 109 0.02 0 0.57 0 62.05 1 0.71
Hex FA FF 6D 2 0 39 0 3E 64 47
Octal 372 377 155 2 0 71 0 76 144 107
Binary 11111010 11111111 1101101 10 0 111001 0 111110 1100100 1000111

Color Harmonies of #FAFF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF6D

Black with #FAFF6D

Text Example


Text Example

White with #FAFF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF6D; }

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

 H1.HeaderClassName
 {
   color: #FAFF6D;
 }
 .AnyTagClassName
 {
   color: #FAFF6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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