Html Css Color HEX #FC8175 Salmon

📋 copy color: '#FC8175'

red 252 ◦ green 129 ◦ blue 117

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

Shades of Salmon #FC8175

Tints of Salmon #FC8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.9%

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 50.6%
G = 25.9%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8175 (or 0xFC8175) is known color: Salmon. HEX triplet: FC, 81 and 75. RGB value is (252,129,117). Sum of RGB (Red+Green+Blue) = 252+129+117=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8175 is #037E8A. Grayscale: #A4A4A4. Windows color (decimal): -229003 or 7700988. OLE color: 7700988.

HSL color Cylindrical-coordinate representation of color #FC8175: hue angle of 5.33º 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 #FC8175 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 129 117 -
CMYK 0 0.49 0.54 0.01
HSL 5.33º 0.96% 0.72% -
HSV(B) 5.33º 0.54% 0.99% -
XYZ 51.21 37.68 21.4 -
YUV 164.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 252 129 117 0 0.49 0.54 0.01 5.33 0.96 0.72
Hex FC 81 75 0 31 36 1 5 60 48
Octal 374 201 165 0 61 66 1 5 140 110
Binary 11111100 10000001 1110101 0 110001 110110 1 101 1100000 1001000

Color Harmonies of #FC8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8175

Black with #FC8175

Text Example


Text Example

White with #FC8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8175; }

 p { color: rgb(252,129,117); }

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

background-color css

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

 a { background-color: rgb(252,129,117); }

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

border-color css

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

 span { border-color: rgb(252,129,117); }

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