Html Css Color HEX #FAFF69 Laser Lemon

📋 copy color: '#FAFF69'

red 250 ◦ green 255 ◦ blue 105

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

Shades of Laser Lemon #FAFF69

Tints of Laser Lemon #FAFF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 17.21%

R = 40.98%
G = 41.8%
B = 17.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FAFF69 (or 0xFAFF69) is known color: 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

RGB 250 255 105 -
CMYK 0.02 0 0.59 0
HSL 62º 1% 0.71% -
HSV(B) 62º 0.59% 1% -
XYZ 77.73 92.86 27.19 -
YUV 236.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 250 255 105 0.02 0 0.59 0 62 1 0.71
Hex FA FF 69 2 0 3B 0 3E 64 47
Octal 372 377 151 2 0 73 0 76 144 107
Binary 11111010 11111111 1101001 10 0 111011 0 111110 1100100 1000111

Color Harmonies of #FAFF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF69

Black with #FAFF69

Text Example


Text Example

White with #FAFF69

Text Example


Text Example

HTML Codes & Css Web 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>