Html Css Color HEX #FC8377 Salmon

📋 copy color: '#FC8377'

red 252 ◦ green 131 ◦ blue 119

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

Shades of Salmon #FC8377

Tints of Salmon #FC8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.1%

 BLUE value IS 119 (46.88% from 255) = 23.71%

R = 50.2%
G = 26.1%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC8377 (or 0xFC8377) is known color: Salmon. HEX triplet: FC, 83 and 77. RGB value is (252,131,119). Sum of RGB (Red+Green+Blue) = 252+131+119=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8377 is #037C88. Grayscale: #A5A5A5. Windows color (decimal): -228489 or 7832572. OLE color: 7832572.

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

Color convert

RGB 252 131 119 -
CMYK 0 0.48 0.53 0.01
HSL 5.41º 0.96% 0.73% -
HSV(B) 5.41º 0.53% 0.99% -
XYZ 51.59 38.26 22.12 -
YUV 165.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 252 131 119 0 0.48 0.53 0.01 5.41 0.96 0.73
Hex FC 83 77 0 30 35 1 5 60 49
Octal 374 203 167 0 60 65 1 5 140 111
Binary 11111100 10000011 1110111 0 110000 110101 1 101 1100000 1001001

Color Harmonies of #FC8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8377

Black with #FC8377

Text Example


Text Example

White with #FC8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8377; }

 p { color: rgb(252,131,119); }

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

background-color css

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

 a { background-color: rgb(252,131,119); }

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

border-color css

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

 span { border-color: rgb(252,131,119); }

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