Html Css Color HEX #FAA378 Light Salmon

📋 copy color: '#FAA378'

red 250 ◦ green 163 ◦ blue 120

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

Shades of Light Salmon #FAA378

Tints of Light Salmon #FAA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.58%

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

R = 46.9%
G = 30.58%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA378 (or 0xFAA378) is known color: Light Salmon. HEX triplet: FA, A3 and 78. RGB value is (250,163,120). Sum of RGB (Red+Green+Blue) = 250+163+120=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA378 is #055C87. Grayscale: #B8B8B8. Windows color (decimal): -351368 or 7906298. OLE color: 7906298.

HSL color Cylindrical-coordinate representation of color #FAA378: hue angle of 19.85º 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 #FAA378 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 120 -
CMYK 0 0.35 0.52 0.02
HSL 19.85º 0.93% 0.73% -
HSV(B) 19.85º 0.52% 0.98% -
XYZ 55.91 47.87 24.06 -
YUV 184.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 250 163 120 0 0.35 0.52 0.02 19.85 0.93 0.73
Hex FA A3 78 0 23 34 2 14 5D 49
Octal 372 243 170 0 43 64 2 24 135 111
Binary 11111010 10100011 1111000 0 100011 110100 10 10100 1011101 1001001

Color Harmonies of #FAA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA378

Black with #FAA378

Text Example


Text Example

White with #FAA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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