Html Css Color HEX #FC7C7B Salmon

📋 copy color: '#FC7C7B'

red 252 ◦ green 124 ◦ blue 123

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

Shades of Salmon #FC7C7B

Tints of Salmon #FC7C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.65%

R = 50.5%
G = 24.85%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC7C7B (or 0xFC7C7B) is known color: Salmon. HEX triplet: FC, 7C and 7B. RGB value is (252,124,123). Sum of RGB (Red+Green+Blue) = 252+124+123=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C7B is #038384. Grayscale: #A2A2A2. Windows color (decimal): -230277 or 8092924. OLE color: 8092924.

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

Color convert

RGB 252 124 123 -
CMYK 0 0.51 0.51 0.01
HSL 0.47º 0.96% 0.74% -
HSV(B) 0.47º 0.51% 0.99% -
XYZ 50.93 36.54 23.11 -
YUV 162.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 252 124 123 0 0.51 0.51 0.01 0.47 0.96 0.74
Hex FC 7C 7B 0 33 33 1 0 60 4A
Octal 374 174 173 0 63 63 1 0 140 112
Binary 11111100 1111100 1111011 0 110011 110011 1 0 1100000 1001010

Color Harmonies of #FC7C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C7B

Black with #FC7C7B

Text Example


Text Example

White with #FC7C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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