Html Css Color HEX #FAA67C Light Salmon

📋 copy color: '#FAA67C'

red 250 ◦ green 166 ◦ blue 124

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

Shades of Light Salmon #FAA67C

Tints of Light Salmon #FAA67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.96%

R = 46.3%
G = 30.74%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAA67C (or 0xFAA67C) is known color: Light Salmon. HEX triplet: FA, A6 and 7C. RGB value is (250,166,124). Sum of RGB (Red+Green+Blue) = 250+166+124=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA67C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA67C is #055983. Grayscale: #BABABA. Windows color (decimal): -350596 or 8169210. OLE color: 8169210.

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

Color convert

RGB 250 166 124 -
CMYK 0 0.34 0.50 0.02
HSL 20º 0.93% 0.73% -
HSV(B) 20º 0.5% 0.98% -
XYZ 56.7 49.05 25.55 -
YUV 186.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 250 166 124 0 0.34 0.50 0.02 20 0.93 0.73
Hex FA A6 7C 0 22 32 2 14 5D 49
Octal 372 246 174 0 42 62 2 24 135 111
Binary 11111010 10100110 1111100 0 100010 110010 10 10100 1011101 1001001

Color Harmonies of #FAA67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA67C

Black with #FAA67C

Text Example


Text Example

White with #FAA67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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