Html Css Color HEX #FC7B6C Salmon

📋 copy color: '#FC7B6C'

red 252 ◦ green 123 ◦ blue 108

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

Shades of Salmon #FC7B6C

Tints of Salmon #FC7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.47%

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 52.17%
G = 25.47%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC7B6C (or 0xFC7B6C) is known color: Salmon. HEX triplet: FC, 7B and 6C. RGB value is (252,123,108). Sum of RGB (Red+Green+Blue) = 252+123+108=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B6C is #038493. Grayscale: #A0A0A0. Windows color (decimal): -230548 or 7109628. OLE color: 7109628.

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

Color convert

RGB 252 123 108 -
CMYK 0 0.51 0.57 0.01
HSL 6.25º 0.96% 0.71% -
HSV(B) 6.25º 0.57% 0.99% -
XYZ 49.93 35.94 18.49 -
YUV 159.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 252 123 108 0 0.51 0.57 0.01 6.25 0.96 0.71
Hex FC 7B 6C 0 33 39 1 6 60 47
Octal 374 173 154 0 63 71 1 6 140 107
Binary 11111100 1111011 1101100 0 110011 111001 1 110 1100000 1000111

Color Harmonies of #FC7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B6C

Black with #FC7B6C

Text Example


Text Example

White with #FC7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B6C; }

 p { color: rgb(252,123,108); }

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

background-color css

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

 a { background-color: rgb(252,123,108); }

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

border-color css

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

 span { border-color: rgb(252,123,108); }

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