Html Css Color HEX #FC7A6F Salmon

📋 copy color: '#FC7A6F'

red 252 ◦ green 122 ◦ blue 111

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

Shades of Salmon #FC7A6F

Tints of Salmon #FC7A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 51.96%
G = 25.15%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7A6F (or 0xFC7A6F) is known color: Salmon. HEX triplet: FC, 7A and 6F. RGB value is (252,122,111). Sum of RGB (Red+Green+Blue) = 252+122+111=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A6F is #038590. Grayscale: #9F9F9F. Windows color (decimal): -230801 or 7305980. OLE color: 7305980.

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

Color convert

RGB 252 122 111 -
CMYK 0 0.52 0.56 0.01
HSL 4.68º 0.96% 0.71% -
HSV(B) 4.68º 0.56% 0.99% -
XYZ 49.97 35.76 19.31 -
YUV 159.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 252 122 111 0 0.52 0.56 0.01 4.68 0.96 0.71
Hex FC 7A 6F 0 34 38 1 5 60 47
Octal 374 172 157 0 64 70 1 5 140 107
Binary 11111100 1111010 1101111 0 110100 111000 1 101 1100000 1000111

Color Harmonies of #FC7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A6F

Black with #FC7A6F

Text Example


Text Example

White with #FC7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A6F; }

 p { color: rgb(252,122,111); }

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

background-color css

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

 a { background-color: rgb(252,122,111); }

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

border-color css

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

 span { border-color: rgb(252,122,111); }

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