Html Css Color HEX #FAFA6B Laser Lemon

📋 copy color: '#FAFA6B'

red 250 ◦ green 250 ◦ blue 107

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

Shades of Laser Lemon #FAFA6B

Tints of Laser Lemon #FAFA6B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.19%

 BLUE value IS 107 (42.19% from 255) = 17.63%

R = 41.19%
G = 41.19%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAFA6B (or 0xFAFA6B) is known color: Laser Lemon. HEX triplet: FA, FA and 6B. RGB value is (250,250,107). Sum of RGB (Red+Green+Blue) = 250+250+107=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 107 (42.19% from 255 or 17.63% from 607); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA6B is #050594. Grayscale: #EAEAEA. Windows color (decimal): -329109 or 7076602. OLE color: 7076602.

HSL color Cylindrical-coordinate representation of color #FAFA6B: hue angle of 60º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAFA6B is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 107 -
CMYK 0 0 0.57 0.02
HSL 60º 0.93% 0.7% -
HSV(B) 60º 0.57% 0.98% -
XYZ 76.26 89.76 27.22 -
YUV 233.7 56.5 139.63 -
System Red Green Blue C M Y K H S L
Decimal 250 250 107 0 0 0.57 0.02 60 0.93 0.7
Hex FA FA 6B 0 0 39 2 3C 5D 46
Octal 372 372 153 0 0 71 2 74 135 106
Binary 11111010 11111010 1101011 0 0 111001 10 111100 1011101 1000110

Color Harmonies of #FAFA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA6B

Black with #FAFA6B

Text Example


Text Example

White with #FAFA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA6B; }

 p { color: rgb(250,250,107); }

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

background-color css

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

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

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

border-color css

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

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

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