Html Css Color HEX #FF8A78 Salmon

📋 copy color: '#FF8A78'

red 255 ◦ green 138 ◦ blue 120

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

Shades of Salmon #FF8A78

Tints of Salmon #FF8A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

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

R = 49.71%
G = 26.9%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8A78 (or 0xFF8A78) is known color: Salmon. HEX triplet: FF, 8A and 78. RGB value is (255,138,120). Sum of RGB (Red+Green+Blue) = 255+138+120=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A78 is #007587. Grayscale: #ABABAB. Windows color (decimal): -30088 or 7899903. OLE color: 7899903.

HSL color Cylindrical-coordinate representation of color #FF8A78: hue angle of 8º 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 #FF8A78 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 120 -
CMYK 0 0.46 0.53 0
HSL 1% 0.74% -
HSV(B) 0.53% 1% -
XYZ 53.72 40.79 22.81 -
YUV 170.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 255 138 120 0 0.46 0.53 0 8 1 0.74
Hex FF 8A 78 0 2E 35 0 8 64 4A
Octal 377 212 170 0 56 65 0 10 144 112
Binary 11111111 10001010 1111000 0 101110 110101 0 1000 1100100 1001010

Color Harmonies of #FF8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A78

Black with #FF8A78

Text Example


Text Example

White with #FF8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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