Html Css Color HEX #FF7D6E Salmon

📋 copy color: '#FF7D6E'

red 255 ◦ green 125 ◦ blue 110

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

Shades of Salmon #FF7D6E

Tints of Salmon #FF7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

 BLUE value IS 110 (43.36% from 255) = 22.45%

R = 52.04%
G = 25.51%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF7D6E (or 0xFF7D6E) is known color: Salmon. HEX triplet: FF, 7D and 6E. RGB value is (255,125,110). Sum of RGB (Red+Green+Blue) = 255+125+110=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D6E is #008291. Grayscale: #A2A2A2. Windows color (decimal): -33426 or 7241215. OLE color: 7241215.

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

Color convert

RGB 255 125 110 -
CMYK 0 0.51 0.57 0
HSL 6.21º 1% 0.72% -
HSV(B) 6.21º 0.57% 1% -
XYZ 51.39 37.05 19.2 -
YUV 162.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 255 125 110 0 0.51 0.57 0 6.21 1 0.72
Hex FF 7D 6E 0 33 39 0 6 64 48
Octal 377 175 156 0 63 71 0 6 144 110
Binary 11111111 1111101 1101110 0 110011 111001 0 110 1100100 1001000

Color Harmonies of #FF7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D6E

Black with #FF7D6E

Text Example


Text Example

White with #FF7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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