Html Css Color HEX #FF8477 Salmon

📋 copy color: '#FF8477'

red 255 ◦ green 132 ◦ blue 119

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

Shades of Salmon #FF8477

Tints of Salmon #FF8477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 50.4%
G = 26.09%
B = 23.52%

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

#FF8477 (or 0xFF8477) is known color: Salmon. HEX triplet: FF, 84 and 77. RGB value is (255,132,119). Sum of RGB (Red+Green+Blue) = 255+132+119=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8477 is #007B88. Grayscale: #A7A7A7. Windows color (decimal): -31625 or 7832831. OLE color: 7832831.

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

Color convert

RGB 255 132 119 -
CMYK 0 0.48 0.53 0
HSL 5.74º 1% 0.73% -
HSV(B) 5.74º 0.53% 1% -
XYZ 52.82 39.09 22.21 -
YUV 167.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 255 132 119 0 0.48 0.53 0 5.74 1 0.73
Hex FF 84 77 0 30 35 0 6 64 49
Octal 377 204 167 0 60 65 0 6 144 111
Binary 11111111 10000100 1110111 0 110000 110101 0 110 1100100 1001001

Color Harmonies of #FF8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8477

Black with #FF8477

Text Example


Text Example

White with #FF8477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8477; }

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

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

background-color css

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

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

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

border-color css

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

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

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