Html Css Color HEX #F78B6A Salmon

📋 copy color: '#F78B6A'

red 247 ◦ green 139 ◦ blue 106

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

Shades of Salmon #F78B6A

Tints of Salmon #F78B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.25%

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 50.2%
G = 28.25%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F78B6A (or 0xF78B6A) is known color: Salmon. HEX triplet: F7, 8B and 6A. RGB value is (247,139,106). Sum of RGB (Red+Green+Blue) = 247+139+106=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B6A is #087495. Grayscale: #A7A7A7. Windows color (decimal): -554134 or 6982647. OLE color: 6982647.

HSL color Cylindrical-coordinate representation of color #F78B6A: hue angle of 14.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F78B6A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 139 106 -
CMYK 0 0.44 0.57 0.03
HSL 14.04º 0.9% 0.69% -
HSV(B) 14.04º 0.57% 0.97% -
XYZ 50.19 39.28 18.57 -
YUV 167.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 247 139 106 0 0.44 0.57 0.03 14.04 0.9 0.69
Hex F7 8B 6A 0 2C 39 3 E 5A 45
Octal 367 213 152 0 54 71 3 16 132 105
Binary 11110111 10001011 1101010 0 101100 111001 11 1110 1011010 1000101

Color Harmonies of #F78B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78B6A

Black with #F78B6A

Text Example


Text Example

White with #F78B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78B6A; }

 p { color: rgb(247,139,106); }

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

background-color css

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

 a { background-color: rgb(247,139,106); }

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

border-color css

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

 span { border-color: rgb(247,139,106); }

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