Html Css Color HEX #FAFF71 Laser Lemon

📋 copy color: '#FAFF71'

red 250 ◦ green 255 ◦ blue 113

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

Shades of Laser Lemon #FAFF71

Tints of Laser Lemon #FAFF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.28%

R = 40.45%
G = 41.26%
B = 18.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FAFF71 (or 0xFAFF71) is known color: Laser Lemon. HEX triplet: FA, FF and 71. RGB value is (250,255,113). Sum of RGB (Red+Green+Blue) = 250+255+113=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 113 (44.53% from 255 or 18.28% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF71 is #05008E. Grayscale: #EDEDED. Windows color (decimal): -327823 or 7471098. OLE color: 7471098.

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

Color convert

RGB 250 255 113 -
CMYK 0.02 0 0.56 0
HSL 62.11º 1% 0.72% -
HSV(B) 62.11º 0.56% 1% -
XYZ 78.16 93.04 29.46 -
YUV 237.32 57.84 137.05 -
System Red Green Blue C M Y K H S L
Decimal 250 255 113 0.02 0 0.56 0 62.11 1 0.72
Hex FA FF 71 2 0 38 0 3E 64 48
Octal 372 377 161 2 0 70 0 76 144 110
Binary 11111010 11111111 1110001 10 0 111000 0 111110 1100100 1001000

Color Harmonies of #FAFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF71

Black with #FAFF71

Text Example


Text Example

White with #FAFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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