Html Css Color HEX #FFA378 Light Salmon

📋 copy color: '#FFA378'

red 255 ◦ green 163 ◦ blue 120

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

Shades of Light Salmon #FFA378

Tints of Light Salmon #FFA378

RGB

 RED value IS 255 (100% from 255) = 47.4%

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

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

R = 47.4%
G = 30.3%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFA378 (or 0xFFA378) is known color: Light Salmon. HEX triplet: FF, A3 and 78. RGB value is (255,163,120). Sum of RGB (Red+Green+Blue) = 255+163+120=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA378 is #005C87. Grayscale: #B9B9B9. Windows color (decimal): -23688 or 7906303. OLE color: 7906303.

HSL color Cylindrical-coordinate representation of color #FFA378: hue angle of 19.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFA378 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 163 120 -
CMYK 0 0.36 0.53 0
HSL 19.11º 1% 0.74% -
HSV(B) 19.11º 0.53% 1% -
XYZ 57.73 48.81 24.15 -
YUV 185.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 255 163 120 0 0.36 0.53 0 19.11 1 0.74
Hex FF A3 78 0 24 35 0 13 64 4A
Octal 377 243 170 0 44 65 0 23 144 112
Binary 11111111 10100011 1111000 0 100100 110101 0 10011 1100100 1001010

Color Harmonies of #FFA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA378

Black with #FFA378

Text Example


Text Example

White with #FFA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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