Html Css Color HEX #FC8570 Salmon

📋 copy color: '#FC8570'

red 252 ◦ green 133 ◦ blue 112

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

Shades of Salmon #FC8570

Tints of Salmon #FC8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

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

R = 50.7%
G = 26.76%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC8570 (or 0xFC8570) is known color: Salmon. HEX triplet: FC, 85 and 70. RGB value is (252,133,112). Sum of RGB (Red+Green+Blue) = 252+133+112=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8570 is #037A8F. Grayscale: #A6A6A6. Windows color (decimal): -227984 or 7374332. OLE color: 7374332.

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

Color convert

RGB 252 133 112 -
CMYK 0 0.47 0.56 0.01
HSL 0.96% 0.71% -
HSV(B) 0.56% 0.99% -
XYZ 51.46 38.64 20.08 -
YUV 166.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 252 133 112 0 0.47 0.56 0.01 9 0.96 0.71
Hex FC 85 70 0 2F 38 1 9 60 47
Octal 374 205 160 0 57 70 1 11 140 107
Binary 11111100 10000101 1110000 0 101111 111000 1 1001 1100000 1000111

Color Harmonies of #FC8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8570

Black with #FC8570

Text Example


Text Example

White with #FC8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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