Html Css Color HEX #FF7E6B Salmon

📋 copy color: '#FF7E6B'

red 255 ◦ green 126 ◦ blue 107

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

Shades of Salmon #FF7E6B

Tints of Salmon #FF7E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 52.25%
G = 25.82%
B = 21.93%

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

#FF7E6B (or 0xFF7E6B) is known color: Salmon. HEX triplet: FF, 7E and 6B. RGB value is (255,126,107). Sum of RGB (Red+Green+Blue) = 255+126+107=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E6B is #008194. Grayscale: #A2A2A2. Windows color (decimal): -33173 or 7044863. OLE color: 7044863.

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

Color convert

RGB 255 126 107 -
CMYK 0 0.51 0.58 0
HSL 7.7º 1% 0.71% -
HSV(B) 7.7º 0.58% 1% -
XYZ 51.35 37.24 18.39 -
YUV 162.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 255 126 107 0 0.51 0.58 0 7.7 1 0.71
Hex FF 7E 6B 0 33 3A 0 8 64 47
Octal 377 176 153 0 63 72 0 10 144 107
Binary 11111111 1111110 1101011 0 110011 111010 0 1000 1100100 1000111

Color Harmonies of #FF7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E6B

Black with #FF7E6B

Text Example


Text Example

White with #FF7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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