Html Css Color HEX #FF8478 Salmon

📋 copy color: '#FF8478'

red 255 ◦ green 132 ◦ blue 120

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

Shades of Salmon #FF8478

Tints of Salmon #FF8478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.04%

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

R = 50.3%
G = 26.04%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8478 (or 0xFF8478) is known color: Salmon. HEX triplet: FF, 84 and 78. RGB value is (255,132,120). Sum of RGB (Red+Green+Blue) = 255+132+120=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8478 is #007B87. Grayscale: #A7A7A7. Windows color (decimal): -31624 or 7898367. OLE color: 7898367.

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

Color convert

RGB 255 132 120 -
CMYK 0 0.48 0.53 0
HSL 5.33º 1% 0.74% -
HSV(B) 5.33º 0.53% 1% -
XYZ 52.88 39.12 22.53 -
YUV 167.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 255 132 120 0 0.48 0.53 0 5.33 1 0.74
Hex FF 84 78 0 30 35 0 5 64 4A
Octal 377 204 170 0 60 65 0 5 144 112
Binary 11111111 10000100 1111000 0 110000 110101 0 101 1100100 1001010

Color Harmonies of #FF8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8478

Black with #FF8478

Text Example


Text Example

White with #FF8478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8478; }

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

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

background-color css

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

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

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

border-color css

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

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

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