Html Css Color HEX #FC8C70 Salmon

📋 copy color: '#FC8C70'

red 252 ◦ green 140 ◦ blue 112

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

Shades of Salmon #FC8C70

Tints of Salmon #FC8C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.78%

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

R = 50%
G = 27.78%
B = 22.22%

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

#FC8C70 (or 0xFC8C70) is known color: Salmon. HEX triplet: FC, 8C and 70. RGB value is (252,140,112). Sum of RGB (Red+Green+Blue) = 252+140+112=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C70 is #03738F. Grayscale: #AAAAAA. Windows color (decimal): -226192 or 7376124. OLE color: 7376124.

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

Color convert

RGB 252 140 112 -
CMYK 0 0.44 0.56 0.01
HSL 12º 0.96% 0.71% -
HSV(B) 12º 0.56% 0.99% -
XYZ 52.45 40.62 20.41 -
YUV 170.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 252 140 112 0 0.44 0.56 0.01 12 0.96 0.71
Hex FC 8C 70 0 2C 38 1 C 60 47
Octal 374 214 160 0 54 70 1 14 140 107
Binary 11111100 10001100 1110000 0 101100 111000 1 1100 1100000 1000111

Color Harmonies of #FC8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C70

Black with #FC8C70

Text Example


Text Example

White with #FC8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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