Html Css Color HEX #FAFF56 Laser Lemon

📋 copy color: '#FAFF56'

red 250 ◦ green 255 ◦ blue 86

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

Shades of Laser Lemon #FAFF56

Tints of Laser Lemon #FAFF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.55%

R = 42.3%
G = 43.15%
B = 14.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FAFF56 (or 0xFAFF56) is known color: Laser Lemon. HEX triplet: FA, FF and 56. RGB value is (250,255,86). Sum of RGB (Red+Green+Blue) = 250+255+86=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 86 (33.98% from 255 or 14.55% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF56 is #0500A9. Grayscale: #EAEAEA. Windows color (decimal): -327850 or 5701626. OLE color: 5701626.

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

Color convert

RGB 250 255 86 -
CMYK 0.02 0 0.66 0
HSL 61.78º 1% 0.67% -
HSV(B) 61.78º 0.66% 1% -
XYZ 76.86 92.52 22.61 -
YUV 234.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 250 255 86 0.02 0 0.66 0 61.78 1 0.67
Hex FA FF 56 2 0 42 0 3E 64 43
Octal 372 377 126 2 0 102 0 76 144 103
Binary 11111010 11111111 1010110 10 0 1000010 0 111110 1100100 1000011

Color Harmonies of #FAFF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF56

Black with #FAFF56

Text Example


Text Example

White with #FAFF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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