Html Css Color HEX #F78C7A Salmon

📋 copy color: '#F78C7A'

red 247 ◦ green 140 ◦ blue 122

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

Shades of Salmon #F78C7A

Tints of Salmon #F78C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.97%

R = 48.53%
G = 27.5%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F78C7A (or 0xF78C7A) is known color: Salmon. HEX triplet: F7, 8C and 7A. RGB value is (247,140,122). Sum of RGB (Red+Green+Blue) = 247+140+122=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78C7A is #087385. Grayscale: #AAAAAA. Windows color (decimal): -553862 or 8031479. OLE color: 8031479.

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

Color convert

RGB 247 140 122 -
CMYK 0 0.43 0.51 0.03
HSL 8.64º 0.89% 0.72% -
HSV(B) 8.64º 0.51% 0.97% -
XYZ 51.25 39.94 23.42 -
YUV 169.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 247 140 122 0 0.43 0.51 0.03 8.64 0.89 0.72
Hex F7 8C 7A 0 2B 33 3 9 59 48
Octal 367 214 172 0 53 63 3 11 131 110
Binary 11110111 10001100 1111010 0 101011 110011 11 1001 1011001 1001000

Color Harmonies of #F78C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78C7A

Black with #F78C7A

Text Example


Text Example

White with #F78C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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