Html Css Color HEX #FAA078 Light Salmon

📋 copy color: '#FAA078'

red 250 ◦ green 160 ◦ blue 120

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

Shades of Light Salmon #FAA078

Tints of Light Salmon #FAA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.19%

 BLUE value IS 120 (47.27% from 255) = 22.64%

R = 47.17%
G = 30.19%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA078 (or 0xFAA078) is known color: Light Salmon. HEX triplet: FA, A0 and 78. RGB value is (250,160,120). Sum of RGB (Red+Green+Blue) = 250+160+120=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA078 is #055F87. Grayscale: #B6B6B6. Windows color (decimal): -352136 or 7905530. OLE color: 7905530.

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

Color convert

RGB 250 160 120 -
CMYK 0 0.36 0.52 0.02
HSL 18.46º 0.93% 0.73% -
HSV(B) 18.46º 0.52% 0.98% -
XYZ 55.39 46.82 23.89 -
YUV 182.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 250 160 120 0 0.36 0.52 0.02 18.46 0.93 0.73
Hex FA A0 78 0 24 34 2 12 5D 49
Octal 372 240 170 0 44 64 2 22 135 111
Binary 11111010 10100000 1111000 0 100100 110100 10 10010 1011101 1001001

Color Harmonies of #FAA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA078

Black with #FAA078

Text Example


Text Example

White with #FAA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA078; }

 p { color: rgb(250,160,120); }

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

background-color css

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

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

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

border-color css

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

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

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