Html Css Color HEX #F78276 Salmon

📋 copy color: '#F78276'

red 247 ◦ green 130 ◦ blue 118

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

Shades of Salmon #F78276

Tints of Salmon #F78276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.26%

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 49.9%
G = 26.26%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F78276 (or 0xF78276) is known color: Salmon. HEX triplet: F7, 82 and 76. RGB value is (247,130,118). Sum of RGB (Red+Green+Blue) = 247+130+118=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78276 is #087D89. Grayscale: #A3A3A3. Windows color (decimal): -556426 or 7766775. OLE color: 7766775.

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

Color convert

RGB 247 130 118 -
CMYK 0 0.47 0.52 0.03
HSL 5.58º 0.89% 0.72% -
HSV(B) 5.58º 0.52% 0.97% -
XYZ 49.61 37.05 21.68 -
YUV 163.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 247 130 118 0 0.47 0.52 0.03 5.58 0.89 0.72
Hex F7 82 76 0 2F 34 3 6 59 48
Octal 367 202 166 0 57 64 3 6 131 110
Binary 11110111 10000010 1110110 0 101111 110100 11 110 1011001 1001000

Color Harmonies of #F78276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78276

Black with #F78276

Text Example


Text Example

White with #F78276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78276; }

 p { color: rgb(247,130,118); }

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

background-color css

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

 a { background-color: rgb(247,130,118); }

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

border-color css

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

 span { border-color: rgb(247,130,118); }

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