Html Css Color HEX #F78378 Salmon

📋 copy color: '#F78378'

red 247 ◦ green 131 ◦ blue 120

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

Shades of Salmon #F78378

Tints of Salmon #F78378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.31%

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 49.6%
G = 26.31%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F78378 (or 0xF78378) is known color: Salmon. HEX triplet: F7, 83 and 78. RGB value is (247,131,120). Sum of RGB (Red+Green+Blue) = 247+131+120=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F78378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78378 is #087C87. Grayscale: #A4A4A4. Windows color (decimal): -556168 or 7898103. OLE color: 7898103.

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

Color convert

RGB 247 131 120 -
CMYK 0 0.47 0.51 0.03
HSL 5.2º 0.89% 0.72% -
HSV(B) 5.2º 0.51% 0.97% -
XYZ 49.86 37.36 22.35 -
YUV 164.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 247 131 120 0 0.47 0.51 0.03 5.2 0.89 0.72
Hex F7 83 78 0 2F 33 3 5 59 48
Octal 367 203 170 0 57 63 3 5 131 110
Binary 11110111 10000011 1111000 0 101111 110011 11 101 1011001 1001000

Color Harmonies of #F78378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78378

Black with #F78378

Text Example


Text Example

White with #F78378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78378; }

 p { color: rgb(247,131,120); }

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

background-color css

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

 a { background-color: rgb(247,131,120); }

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

border-color css

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

 span { border-color: rgb(247,131,120); }

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