Html Css Color HEX #FC8D70 Salmon

📋 copy color: '#FC8D70'

red 252 ◦ green 141 ◦ blue 112

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

Shades of Salmon #FC8D70

Tints of Salmon #FC8D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.92%

 BLUE value IS 112 (44.14% from 255) = 22.18%

R = 49.9%
G = 27.92%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC8D70 (or 0xFC8D70) is known color: Salmon. HEX triplet: FC, 8D and 70. RGB value is (252,141,112). Sum of RGB (Red+Green+Blue) = 252+141+112=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D70 is #03728F. Grayscale: #ABABAB. Windows color (decimal): -225936 or 7376380. OLE color: 7376380.

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

Color convert

RGB 252 141 112 -
CMYK 0 0.44 0.56 0.01
HSL 12.43º 0.96% 0.71% -
HSV(B) 12.43º 0.56% 0.99% -
XYZ 52.59 40.92 20.45 -
YUV 170.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 252 141 112 0 0.44 0.56 0.01 12.43 0.96 0.71
Hex FC 8D 70 0 2C 38 1 C 60 47
Octal 374 215 160 0 54 70 1 14 140 107
Binary 11111100 10001101 1110000 0 101100 111000 1 1100 1100000 1000111

Color Harmonies of #FC8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D70

Black with #FC8D70

Text Example


Text Example

White with #FC8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D70; }

 p { color: rgb(252,141,112); }

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

background-color css

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

 a { background-color: rgb(252,141,112); }

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

border-color css

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

 span { border-color: rgb(252,141,112); }

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