Html Css Color HEX #F78464 Salmon

📋 copy color: '#F78464'

red 247 ◦ green 132 ◦ blue 100

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

Shades of Salmon #F78464

Tints of Salmon #F78464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 51.57%
G = 27.56%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F78464 (or 0xF78464) is known color: Salmon. HEX triplet: F7, 84 and 64. RGB value is (247,132,100). Sum of RGB (Red+Green+Blue) = 247+132+100=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F78464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78464 is #087B9B. Grayscale: #A2A2A2. Windows color (decimal): -555932 or 6587639. OLE color: 6587639.

HSL color Cylindrical-coordinate representation of color #F78464: hue angle of 13.06º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F78464 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 132 100 -
CMYK 0 0.47 0.60 0.03
HSL 13.06º 0.9% 0.68% -
HSV(B) 13.06º 0.6% 0.97% -
XYZ 48.91 37.2 16.66 -
YUV 162.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 247 132 100 0 0.47 0.60 0.03 13.06 0.9 0.68
Hex F7 84 64 0 2F 3C 3 D 5A 44
Octal 367 204 144 0 57 74 3 15 132 104
Binary 11110111 10000100 1100100 0 101111 111100 11 1101 1011010 1000100

Color Harmonies of #F78464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78464

Black with #F78464

Text Example


Text Example

White with #F78464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78464; }

 p { color: rgb(247,132,100); }

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

background-color css

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

 a { background-color: rgb(247,132,100); }

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

border-color css

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

 span { border-color: rgb(247,132,100); }

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