Html Css Color HEX #F78C70 Salmon

📋 copy color: '#F78C70'

red 247 ◦ green 140 ◦ blue 112

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

Shades of Salmon #F78C70

Tints of Salmon #F78C70

RGB

 RED value IS 247 (96.88% from 255) = 49.5%

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

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

R = 49.5%
G = 28.06%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F78C70 (or 0xF78C70) is known color: Salmon. HEX triplet: F7, 8C and 70. RGB value is (247,140,112). Sum of RGB (Red+Green+Blue) = 247+140+112=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78C70 is #08738F. Grayscale: #A9A9A9. Windows color (decimal): -553872 or 7376119. OLE color: 7376119.

HSL color Cylindrical-coordinate representation of color #F78C70: hue angle of 12.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F78C70 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 140 112 -
CMYK 0 0.43 0.55 0.03
HSL 12.44º 0.89% 0.7% -
HSV(B) 12.44º 0.55% 0.97% -
XYZ 50.66 39.7 20.32 -
YUV 168.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 247 140 112 0 0.43 0.55 0.03 12.44 0.89 0.7
Hex F7 8C 70 0 2B 37 3 C 59 46
Octal 367 214 160 0 53 67 3 14 131 106
Binary 11110111 10001100 1110000 0 101011 110111 11 1100 1011001 1000110

Color Harmonies of #F78C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78C70

Black with #F78C70

Text Example


Text Example

White with #F78C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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