Html Css Color HEX #FF8479 Salmon

📋 copy color: '#FF8479'

red 255 ◦ green 132 ◦ blue 121

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

Shades of Salmon #FF8479

Tints of Salmon #FF8479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.82%

R = 50.2%
G = 25.98%
B = 23.82%

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

#FF8479 (or 0xFF8479) is known color: Salmon. HEX triplet: FF, 84 and 79. RGB value is (255,132,121). Sum of RGB (Red+Green+Blue) = 255+132+121=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8479 is #007B86. Grayscale: #A7A7A7. Windows color (decimal): -31623 or 7963903. OLE color: 7963903.

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

Color convert

RGB 255 132 121 -
CMYK 0 0.48 0.53 0
HSL 4.93º 1% 0.74% -
HSV(B) 4.93º 0.53% 1% -
XYZ 52.94 39.14 22.85 -
YUV 167.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 255 132 121 0 0.48 0.53 0 4.93 1 0.74
Hex FF 84 79 0 30 35 0 5 64 4A
Octal 377 204 171 0 60 65 0 5 144 112
Binary 11111111 10000100 1111001 0 110000 110101 0 101 1100100 1001010

Color Harmonies of #FF8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8479

Black with #FF8479

Text Example


Text Example

White with #FF8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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