Html Css Color HEX #FF7E6E Salmon

📋 copy color: '#FF7E6E'

red 255 ◦ green 126 ◦ blue 110

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

Shades of Salmon #FF7E6E

Tints of Salmon #FF7E6E

RGB

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

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

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

R = 51.93%
G = 25.66%
B = 22.4%

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

#FF7E6E (or 0xFF7E6E) is known color: Salmon. HEX triplet: FF, 7E and 6E. RGB value is (255,126,110). Sum of RGB (Red+Green+Blue) = 255+126+110=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E6E is #008191. Grayscale: #A2A2A2. Windows color (decimal): -33170 or 7241471. OLE color: 7241471.

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

Color convert

RGB 255 126 110 -
CMYK 0 0.51 0.57 0
HSL 6.62º 1% 0.72% -
HSV(B) 6.62º 0.57% 1% -
XYZ 51.52 37.31 19.24 -
YUV 162.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 255 126 110 0 0.51 0.57 0 6.62 1 0.72
Hex FF 7E 6E 0 33 39 0 7 64 48
Octal 377 176 156 0 63 71 0 7 144 110
Binary 11111111 1111110 1101110 0 110011 111001 0 111 1100100 1001000

Color Harmonies of #FF7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E6E

Black with #FF7E6E

Text Example


Text Example

White with #FF7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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