Html Css Color HEX #FF7E6C Salmon

📋 copy color: '#FF7E6C'

red 255 ◦ green 126 ◦ blue 108

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

Shades of Salmon #FF7E6C

Tints of Salmon #FF7E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.77%

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 52.15%
G = 25.77%
B = 22.09%

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

#FF7E6C (or 0xFF7E6C) is known color: Salmon. HEX triplet: FF, 7E and 6C. RGB value is (255,126,108). Sum of RGB (Red+Green+Blue) = 255+126+108=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E6C is #008193. Grayscale: #A2A2A2. Windows color (decimal): -33172 or 7110399. OLE color: 7110399.

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

Color convert

RGB 255 126 108 -
CMYK 0 0.51 0.58 0
HSL 7.35º 1% 0.71% -
HSV(B) 7.35º 0.58% 1% -
XYZ 51.41 37.26 18.67 -
YUV 162.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 255 126 108 0 0.51 0.58 0 7.35 1 0.71
Hex FF 7E 6C 0 33 3A 0 7 64 47
Octal 377 176 154 0 63 72 0 7 144 107
Binary 11111111 1111110 1101100 0 110011 111010 0 111 1100100 1000111

Color Harmonies of #FF7E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E6C

Black with #FF7E6C

Text Example


Text Example

White with #FF7E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E6C; }

 p { color: rgb(255,126,108); }

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

background-color css

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

 a { background-color: rgb(255,126,108); }

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

border-color css

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

 span { border-color: rgb(255,126,108); }

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