Html Css Color HEX #FF817D Salmon

📋 copy color: '#FF817D'

red 255 ◦ green 129 ◦ blue 125

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

Shades of Salmon #FF817D

Tints of Salmon #FF817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.34%

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

R = 50.1%
G = 25.34%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF817D (or 0xFF817D) is known color: Salmon. HEX triplet: FF, 81 and 7D. RGB value is (255,129,125). Sum of RGB (Red+Green+Blue) = 255+129+125=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF817D is #007E82. Grayscale: #A6A6A6. Windows color (decimal): -32387 or 8225279. OLE color: 8225279.

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

Color convert

RGB 255 129 125 -
CMYK 0 0.49 0.51 0
HSL 1.85º 1% 0.75% -
HSV(B) 1.85º 0.51% 1% -
XYZ 52.79 38.44 24.04 -
YUV 166.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 255 129 125 0 0.49 0.51 0 1.85 1 0.75
Hex FF 81 7D 0 31 33 0 2 64 4B
Octal 377 201 175 0 61 63 0 2 144 113
Binary 11111111 10000001 1111101 0 110001 110011 0 10 1100100 1001011

Color Harmonies of #FF817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF817D

Black with #FF817D

Text Example


Text Example

White with #FF817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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