Html Css Color HEX #FAFF5D Laser Lemon

📋 copy color: '#FAFF5D'

red 250 ◦ green 255 ◦ blue 93

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

Shades of Laser Lemon #FAFF5D

Tints of Laser Lemon #FAFF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.55%

R = 41.81%
G = 42.64%
B = 15.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FAFF5D (or 0xFAFF5D) is known color: Laser Lemon. HEX triplet: FA, FF and 5D. RGB value is (250,255,93). Sum of RGB (Red+Green+Blue) = 250+255+93=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 93 (36.72% from 255 or 15.55% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF5D is #0500A2. Grayscale: #EBEBEB. Windows color (decimal): -327843 or 6160378. OLE color: 6160378.

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

Color convert

RGB 250 255 93 -
CMYK 0.02 0 0.64 0
HSL 61.85º 1% 0.68% -
HSV(B) 61.85º 0.64% 1% -
XYZ 77.16 92.63 24.17 -
YUV 235.04 47.84 138.67 -
System Red Green Blue C M Y K H S L
Decimal 250 255 93 0.02 0 0.64 0 61.85 1 0.68
Hex FA FF 5D 2 0 40 0 3E 64 44
Octal 372 377 135 2 0 100 0 76 144 104
Binary 11111010 11111111 1011101 10 0 1000000 0 111110 1100100 1000100

Color Harmonies of #FAFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF5D

Black with #FAFF5D

Text Example


Text Example

White with #FAFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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