Html Css Color HEX #FAFF51 Laser Lemon

📋 copy color: '#FAFF51'

red 250 ◦ green 255 ◦ blue 81

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

Shades of Laser Lemon #FAFF51

Tints of Laser Lemon #FAFF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 13.82%

R = 42.66%
G = 43.52%
B = 13.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FAFF51 (or 0xFAFF51) is known color: Laser Lemon. HEX triplet: FA, FF and 51. RGB value is (250,255,81). Sum of RGB (Red+Green+Blue) = 250+255+81=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 81 (32.03% from 255 or 13.82% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF51 is #0500AE. Grayscale: #EAEAEA. Windows color (decimal): -327855 or 5373946. OLE color: 5373946.

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

Color convert

RGB 250 255 81 -
CMYK 0.02 0 0.68 0
HSL 61.72º 1% 0.66% -
HSV(B) 61.72º 0.68% 1% -
XYZ 76.67 92.44 21.59 -
YUV 233.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 250 255 81 0.02 0 0.68 0 61.72 1 0.66
Hex FA FF 51 2 0 44 0 3E 64 42
Octal 372 377 121 2 0 104 0 76 144 102
Binary 11111010 11111111 1010001 10 0 1000100 0 111110 1100100 1000010

Color Harmonies of #FAFF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF51

Black with #FAFF51

Text Example


Text Example

White with #FAFF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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