Html Css Color HEX #FF7D6A Salmon

📋 copy color: '#FF7D6A'

red 255 ◦ green 125 ◦ blue 106

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

Shades of Salmon #FF7D6A

Tints of Salmon #FF7D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 52.47%
G = 25.72%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF7D6A (or 0xFF7D6A) is known color: Salmon. HEX triplet: FF, 7D and 6A. RGB value is (255,125,106). Sum of RGB (Red+Green+Blue) = 255+125+106=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D6A is #008295. Grayscale: #A1A1A1. Windows color (decimal): -33430 or 6979071. OLE color: 6979071.

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

Color convert

RGB 255 125 106 -
CMYK 0 0.51 0.58 0
HSL 7.65º 1% 0.71% -
HSV(B) 7.65º 0.58% 1% -
XYZ 51.18 36.97 18.07 -
YUV 161.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 255 125 106 0 0.51 0.58 0 7.65 1 0.71
Hex FF 7D 6A 0 33 3A 0 8 64 47
Octal 377 175 152 0 63 72 0 10 144 107
Binary 11111111 1111101 1101010 0 110011 111010 0 1000 1100100 1000111

Color Harmonies of #FF7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D6A

Black with #FF7D6A

Text Example


Text Example

White with #FF7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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