Html Css Color HEX #FC7870 Salmon

📋 copy color: '#FC7870'

red 252 ◦ green 120 ◦ blue 112

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

Shades of Salmon #FC7870

Tints of Salmon #FC7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.79%

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

R = 52.07%
G = 24.79%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7870 (or 0xFC7870) is known color: Salmon. HEX triplet: FC, 78 and 70. RGB value is (252,120,112). Sum of RGB (Red+Green+Blue) = 252+120+112=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7870 is #03878F. Grayscale: #9E9E9E. Windows color (decimal): -231312 or 7371004. OLE color: 7371004.

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

Color convert

RGB 252 120 112 -
CMYK 0 0.52 0.56 0.01
HSL 3.43º 0.96% 0.71% -
HSV(B) 3.43º 0.56% 0.99% -
XYZ 49.79 35.3 19.52 -
YUV 158.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 252 120 112 0 0.52 0.56 0.01 3.43 0.96 0.71
Hex FC 78 70 0 34 38 1 3 60 47
Octal 374 170 160 0 64 70 1 3 140 107
Binary 11111100 1111000 1110000 0 110100 111000 1 11 1100000 1000111

Color Harmonies of #FC7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7870

Black with #FC7870

Text Example


Text Example

White with #FC7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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