Html Css Color HEX #F78A6F Salmon

📋 copy color: '#F78A6F'

red 247 ◦ green 138 ◦ blue 111

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

Shades of Salmon #F78A6F

Tints of Salmon #F78A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 49.8%
G = 27.82%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F78A6F (or 0xF78A6F) is known color: Salmon. HEX triplet: F7, 8A and 6F. RGB value is (247,138,111). Sum of RGB (Red+Green+Blue) = 247+138+111=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A6F is #087590. Grayscale: #A7A7A7. Windows color (decimal): -554385 or 7310071. OLE color: 7310071.

HSL color Cylindrical-coordinate representation of color #F78A6F: hue angle of 11.91º 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 #F78A6F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 138 111 -
CMYK 0 0.44 0.55 0.03
HSL 11.91º 0.89% 0.7% -
HSV(B) 11.91º 0.55% 0.97% -
XYZ 50.32 39.1 19.93 -
YUV 167.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 247 138 111 0 0.44 0.55 0.03 11.91 0.89 0.7
Hex F7 8A 6F 0 2C 37 3 C 59 46
Octal 367 212 157 0 54 67 3 14 131 106
Binary 11110111 10001010 1101111 0 101100 110111 11 1100 1011001 1000110

Color Harmonies of #F78A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78A6F

Black with #F78A6F

Text Example


Text Example

White with #F78A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78A6F; }

 p { color: rgb(247,138,111); }

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

background-color css

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

 a { background-color: rgb(247,138,111); }

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

border-color css

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

 span { border-color: rgb(247,138,111); }

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