Html Css Color HEX #FF7C6A Salmon

📋 copy color: '#FF7C6A'

red 255 ◦ green 124 ◦ blue 106

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

Shades of Salmon #FF7C6A

Tints of Salmon #FF7C6A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.57%

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

R = 52.58%
G = 25.57%
B = 21.86%

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

#FF7C6A (or 0xFF7C6A) is known color: Salmon. HEX triplet: FF, 7C and 6A. RGB value is (255,124,106). Sum of RGB (Red+Green+Blue) = 255+124+106=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C6A is #008395. Grayscale: #A1A1A1. Windows color (decimal): -33686 or 6978815. OLE color: 6978815.

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

Color convert

RGB 255 124 106 -
CMYK 0 0.51 0.58 0
HSL 7.25º 1% 0.71% -
HSV(B) 7.25º 0.58% 1% -
XYZ 51.05 36.72 18.03 -
YUV 161.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 255 124 106 0 0.51 0.58 0 7.25 1 0.71
Hex FF 7C 6A 0 33 3A 0 7 64 47
Octal 377 174 152 0 63 72 0 7 144 107
Binary 11111111 1111100 1101010 0 110011 111010 0 111 1100100 1000111

Color Harmonies of #FF7C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7C6A

Black with #FF7C6A

Text Example


Text Example

White with #FF7C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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