Html Css Color HEX #FAFD64 Laser Lemon

📋 copy color: '#FAFD64'

red 250 ◦ green 253 ◦ blue 100

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

Shades of Laser Lemon #FAFD64

Tints of Laser Lemon #FAFD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.96%

 BLUE value IS 100 (39.45% from 255) = 16.58%

R = 41.46%
G = 41.96%
B = 16.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FAFD64 (or 0xFAFD64) is known color: Laser Lemon. HEX triplet: FA, FD and 64. RGB value is (250,253,100). Sum of RGB (Red+Green+Blue) = 250+253+100=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 100 (39.45% from 255 or 16.58% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD64 is #05029B. Grayscale: #EBEBEB. Windows color (decimal): -328348 or 6618618. OLE color: 6618618.

HSL color Cylindrical-coordinate representation of color #FAFD64: hue angle of 61.18º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAFD64 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 100 -
CMYK 0.01 0 0.60 0.01
HSL 61.18º 0.97% 0.69% -
HSV(B) 61.18º 0.6% 0.99% -
XYZ 76.85 91.49 25.67 -
YUV 234.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 250 253 100 0.01 0 0.60 0.01 61.18 0.97 0.69
Hex FA FD 64 1 0 3C 1 3D 61 45
Octal 372 375 144 1 0 74 1 75 141 105
Binary 11111010 11111101 1100100 1 0 111100 1 111101 1100001 1000101

Color Harmonies of #FAFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD64

Black with #FAFD64

Text Example


Text Example

White with #FAFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD64; }

 p { color: rgb(250,253,100); }

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

background-color css

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

 a { background-color: rgb(250,253,100); }

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

border-color css

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

 span { border-color: rgb(250,253,100); }

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