Html Css Color HEX #F78265 Salmon

📋 copy color: '#F78265'

red 247 ◦ green 130 ◦ blue 101

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

Shades of Salmon #F78265

Tints of Salmon #F78265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 51.67%
G = 27.2%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F78265 (or 0xF78265) is known color: Salmon. HEX triplet: F7, 82 and 65. RGB value is (247,130,101). Sum of RGB (Red+Green+Blue) = 247+130+101=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F78265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78265 is #087D9A. Grayscale: #A1A1A1. Windows color (decimal): -556443 or 6652663. OLE color: 6652663.

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

Color convert

RGB 247 130 101 -
CMYK 0 0.47 0.59 0.03
HSL 11.92º 0.9% 0.68% -
HSV(B) 11.92º 0.59% 0.97% -
XYZ 48.69 36.68 16.83 -
YUV 161.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 247 130 101 0 0.47 0.59 0.03 11.92 0.9 0.68
Hex F7 82 65 0 2F 3B 3 C 5A 44
Octal 367 202 145 0 57 73 3 14 132 104
Binary 11110111 10000010 1100101 0 101111 111011 11 1100 1011010 1000100

Color Harmonies of #F78265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78265

Black with #F78265

Text Example


Text Example

White with #F78265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78265; }

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

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

background-color css

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

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

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

border-color css

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

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

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