Html Css Color HEX #F78067 Salmon

📋 copy color: '#F78067'

red 247 ◦ green 128 ◦ blue 103

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

Shades of Salmon #F78067

Tints of Salmon #F78067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 51.67%
G = 26.78%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F78067 (or 0xF78067) is known color: Salmon. HEX triplet: F7, 80 and 67. RGB value is (247,128,103). Sum of RGB (Red+Green+Blue) = 247+128+103=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F78067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78067 is #087F98. Grayscale: #A0A0A0. Windows color (decimal): -556953 or 6783223. OLE color: 6783223.

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

Color convert

RGB 247 128 103 -
CMYK 0 0.48 0.58 0.03
HSL 10.42º 0.9% 0.69% -
HSV(B) 10.42º 0.58% 0.97% -
XYZ 48.53 36.19 17.26 -
YUV 160.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 247 128 103 0 0.48 0.58 0.03 10.42 0.9 0.69
Hex F7 80 67 0 30 3A 3 A 5A 45
Octal 367 200 147 0 60 72 3 12 132 105
Binary 11110111 10000000 1100111 0 110000 111010 11 1010 1011010 1000101

Color Harmonies of #F78067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78067

Black with #F78067

Text Example


Text Example

White with #F78067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78067; }

 p { color: rgb(247,128,103); }

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

background-color css

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

 a { background-color: rgb(247,128,103); }

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

border-color css

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

 span { border-color: rgb(247,128,103); }

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