Html Css Color HEX #FAA67A Light Salmon

📋 copy color: '#FAA67A'

red 250 ◦ green 166 ◦ blue 122

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

Shades of Light Salmon #FAA67A

Tints of Light Salmon #FAA67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 46.47%
G = 30.86%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAA67A (or 0xFAA67A) is known color: Light Salmon. HEX triplet: FA, A6 and 7A. RGB value is (250,166,122). Sum of RGB (Red+Green+Blue) = 250+166+122=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA67A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA67A is #055985. Grayscale: #BABABA. Windows color (decimal): -350598 or 8038138. OLE color: 8038138.

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

Color convert

RGB 250 166 122 -
CMYK 0 0.34 0.51 0.02
HSL 20.63º 0.93% 0.73% -
HSV(B) 20.63º 0.51% 0.98% -
XYZ 56.57 49 24.89 -
YUV 186.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 250 166 122 0 0.34 0.51 0.02 20.63 0.93 0.73
Hex FA A6 7A 0 22 33 2 15 5D 49
Octal 372 246 172 0 42 63 2 25 135 111
Binary 11111010 10100110 1111010 0 100010 110011 10 10101 1011101 1001001

Color Harmonies of #FAA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA67A

Black with #FAA67A

Text Example


Text Example

White with #FAA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA67A; }

 p { color: rgb(250,166,122); }

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

background-color css

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

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

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

border-color css

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

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

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