Html Css Color HEX #FAFF58 Laser Lemon

📋 copy color: '#FAFF58'

red 250 ◦ green 255 ◦ blue 88

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

Shades of Laser Lemon #FAFF58

Tints of Laser Lemon #FAFF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 14.84%

R = 42.16%
G = 43%
B = 14.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FAFF58 (or 0xFAFF58) is known color: Laser Lemon. HEX triplet: FA, FF and 58. RGB value is (250,255,88). Sum of RGB (Red+Green+Blue) = 250+255+88=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 88 (34.77% from 255 or 14.84% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF58 is #0500A7. Grayscale: #EBEBEB. Windows color (decimal): -327848 or 5832698. OLE color: 5832698.

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

Color convert

RGB 250 255 88 -
CMYK 0.02 0 0.65 0
HSL 61.8º 1% 0.67% -
HSV(B) 61.8º 0.65% 1% -
XYZ 76.95 92.55 23.04 -
YUV 234.47 45.34 139.08 -
System Red Green Blue C M Y K H S L
Decimal 250 255 88 0.02 0 0.65 0 61.8 1 0.67
Hex FA FF 58 2 0 41 0 3E 64 43
Octal 372 377 130 2 0 101 0 76 144 103
Binary 11111010 11111111 1011000 10 0 1000001 0 111110 1100100 1000011

Color Harmonies of #FAFF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF58

Black with #FAFF58

Text Example


Text Example

White with #FAFF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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