Html Css Color HEX #FAFB6B Laser Lemon

📋 copy color: '#FAFB6B'

red 250 ◦ green 251 ◦ blue 107

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

Shades of Laser Lemon #FAFB6B

Tints of Laser Lemon #FAFB6B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.28%

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

R = 41.12%
G = 41.28%
B = 17.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAFB6B (or 0xFAFB6B) is known color: Laser Lemon. HEX triplet: FA, FB and 6B. RGB value is (250,251,107). Sum of RGB (Red+Green+Blue) = 250+251+107=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 107 (42.19% from 255 or 17.60% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFB6B is #050494. Grayscale: #EAEAEA. Windows color (decimal): -328853 or 7076858. OLE color: 7076858.

HSL color Cylindrical-coordinate representation of color #FAFB6B: hue angle of 60.42º degrees, saturation: 0.95, 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 #FAFB6B is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 251 107 -
CMYK 0.00 0 0.57 0.02
HSL 60.42º 0.95% 0.7% -
HSV(B) 60.42º 0.57% 0.98% -
XYZ 76.58 90.38 27.32 -
YUV 234.29 56.17 139.21 -
System Red Green Blue C M Y K H S L
Decimal 250 251 107 0.00 0 0.57 0.02 60.42 0.95 0.7
Hex FA FB 6B 0 0 39 2 3C 5F 46
Octal 372 373 153 0 0 71 2 74 137 106
Binary 11111010 11111011 1101011 0 0 111001 10 111100 1011111 1000110

Color Harmonies of #FAFB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFB6B

Black with #FAFB6B

Text Example


Text Example

White with #FAFB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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