Html Css Color HEX #FF847D Salmon

📋 copy color: '#FF847D'

red 255 ◦ green 132 ◦ blue 125

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

Shades of Salmon #FF847D

Tints of Salmon #FF847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 49.8%
G = 25.78%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF847D (or 0xFF847D) is known color: Salmon. HEX triplet: FF, 84 and 7D. RGB value is (255,132,125). Sum of RGB (Red+Green+Blue) = 255+132+125=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF847D is #007B82. Grayscale: #A8A8A8. Windows color (decimal): -31619 or 8226047. OLE color: 8226047.

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

Color convert

RGB 255 132 125 -
CMYK 0 0.48 0.51 0
HSL 3.23º 1% 0.75% -
HSV(B) 3.23º 0.51% 1% -
XYZ 53.19 39.24 24.17 -
YUV 167.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 255 132 125 0 0.48 0.51 0 3.23 1 0.75
Hex FF 84 7D 0 30 33 0 3 64 4B
Octal 377 204 175 0 60 63 0 3 144 113
Binary 11111111 10000100 1111101 0 110000 110011 0 11 1100100 1001011

Color Harmonies of #FF847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF847D

Black with #FF847D

Text Example


Text Example

White with #FF847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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