Html Css Color HEX #FAFF73 Laser Lemon

📋 copy color: '#FAFF73'

red 250 ◦ green 255 ◦ blue 115

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

Shades of Laser Lemon #FAFF73

Tints of Laser Lemon #FAFF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 18.55%

R = 40.32%
G = 41.13%
B = 18.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FAFF73 (or 0xFAFF73) is known color: Laser Lemon. HEX triplet: FA, FF and 73. RGB value is (250,255,115). Sum of RGB (Red+Green+Blue) = 250+255+115=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 115 (45.31% from 255 or 18.55% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF73 is #05008C. Grayscale: #EEEEEE. Windows color (decimal): -327821 or 7602170. OLE color: 7602170.

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

Color convert

RGB 250 255 115 -
CMYK 0.02 0 0.55 0
HSL 62.14º 1% 0.73% -
HSV(B) 62.14º 0.55% 1% -
XYZ 78.28 93.08 30.06 -
YUV 237.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 250 255 115 0.02 0 0.55 0 62.14 1 0.73
Hex FA FF 73 2 0 37 0 3E 64 49
Octal 372 377 163 2 0 67 0 76 144 111
Binary 11111010 11111111 1110011 10 0 110111 0 111110 1100100 1001001

Color Harmonies of #FAFF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF73

Black with #FAFF73

Text Example


Text Example

White with #FAFF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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