Html Css Color HEX #FC7D6A Salmon

📋 copy color: '#FC7D6A'

red 252 ◦ green 125 ◦ blue 106

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

Shades of Salmon #FC7D6A

Tints of Salmon #FC7D6A

RGB

 RED value IS 252 (98.83% from 255) = 52.17%

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

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

R = 52.17%
G = 25.88%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC7D6A (or 0xFC7D6A) is known color: Salmon. HEX triplet: FC, 7D and 6A. RGB value is (252,125,106). Sum of RGB (Red+Green+Blue) = 252+125+106=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D6A is #038295. Grayscale: #A1A1A1. Windows color (decimal): -230038 or 6979068. OLE color: 6979068.

HSL color Cylindrical-coordinate representation of color #FC7D6A: hue angle of 7.81º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC7D6A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 125 106 -
CMYK 0 0.50 0.58 0.01
HSL 7.81º 0.96% 0.7% -
HSV(B) 7.81º 0.58% 0.99% -
XYZ 50.08 36.4 18.02 -
YUV 160.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 252 125 106 0 0.50 0.58 0.01 7.81 0.96 0.7
Hex FC 7D 6A 0 32 3A 1 8 60 46
Octal 374 175 152 0 62 72 1 10 140 106
Binary 11111100 1111101 1101010 0 110010 111010 1 1000 1100000 1000110

Color Harmonies of #FC7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D6A

Black with #FC7D6A

Text Example


Text Example

White with #FC7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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