Html Css Color HEX #FAA478 Light Salmon

📋 copy color: '#FAA478'

red 250 ◦ green 164 ◦ blue 120

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

Shades of Light Salmon #FAA478

Tints of Light Salmon #FAA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.71%

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

R = 46.82%
G = 30.71%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA478 (or 0xFAA478) is known color: Light Salmon. HEX triplet: FA, A4 and 78. RGB value is (250,164,120). Sum of RGB (Red+Green+Blue) = 250+164+120=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA478 is #055B87. Grayscale: #B8B8B8. Windows color (decimal): -351112 or 7906554. OLE color: 7906554.

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

Color convert

RGB 250 164 120 -
CMYK 0 0.34 0.52 0.02
HSL 20.31º 0.93% 0.73% -
HSV(B) 20.31º 0.52% 0.98% -
XYZ 56.09 48.23 24.12 -
YUV 184.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 250 164 120 0 0.34 0.52 0.02 20.31 0.93 0.73
Hex FA A4 78 0 22 34 2 14 5D 49
Octal 372 244 170 0 42 64 2 24 135 111
Binary 11111010 10100100 1111000 0 100010 110100 10 10100 1011101 1001001

Color Harmonies of #FAA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA478

Black with #FAA478

Text Example


Text Example

White with #FAA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA478; }

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

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

background-color css

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

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

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

border-color css

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

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

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