Html Css Color HEX #FC8773 Salmon

📋 copy color: '#FC8773'

red 252 ◦ green 135 ◦ blue 115

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

Shades of Salmon #FC8773

Tints of Salmon #FC8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.89%

 BLUE value IS 115 (45.31% from 255) = 22.91%

R = 50.2%
G = 26.89%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8773 (or 0xFC8773) is known color: Salmon. HEX triplet: FC, 87 and 73. RGB value is (252,135,115). Sum of RGB (Red+Green+Blue) = 252+135+115=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8773 is #03788C. Grayscale: #A7A7A7. Windows color (decimal): -227469 or 7571452. OLE color: 7571452.

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

Color convert

RGB 252 135 115 -
CMYK 0 0.46 0.54 0.01
HSL 8.76º 0.96% 0.72% -
HSV(B) 8.76º 0.54% 0.99% -
XYZ 51.9 39.26 21.06 -
YUV 167.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 252 135 115 0 0.46 0.54 0.01 8.76 0.96 0.72
Hex FC 87 73 0 2E 36 1 9 60 48
Octal 374 207 163 0 56 66 1 11 140 110
Binary 11111100 10000111 1110011 0 101110 110110 1 1001 1100000 1001000

Color Harmonies of #FC8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8773

Black with #FC8773

Text Example


Text Example

White with #FC8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8773; }

 p { color: rgb(252,135,115); }

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

background-color css

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

 a { background-color: rgb(252,135,115); }

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

border-color css

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

 span { border-color: rgb(252,135,115); }

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