Html Css Color HEX #F78266 Salmon

📋 copy color: '#F78266'

red 247 ◦ green 130 ◦ blue 102

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

Shades of Salmon #F78266

Tints of Salmon #F78266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 51.57%
G = 27.14%
B = 21.29%

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

#F78266 (or 0xF78266) is known color: Salmon. HEX triplet: F7, 82 and 66. RGB value is (247,130,102). Sum of RGB (Red+Green+Blue) = 247+130+102=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F78266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78266 is #087D99. Grayscale: #A2A2A2. Windows color (decimal): -556442 or 6718199. OLE color: 6718199.

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

Color convert

RGB 247 130 102 -
CMYK 0 0.47 0.59 0.03
HSL 11.59º 0.9% 0.68% -
HSV(B) 11.59º 0.59% 0.97% -
XYZ 48.74 36.7 17.09 -
YUV 161.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 247 130 102 0 0.47 0.59 0.03 11.59 0.9 0.68
Hex F7 82 66 0 2F 3B 3 C 5A 44
Octal 367 202 146 0 57 73 3 14 132 104
Binary 11110111 10000010 1100110 0 101111 111011 11 1100 1011010 1000100

Color Harmonies of #F78266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78266

Black with #F78266

Text Example


Text Example

White with #F78266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78266; }

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

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

background-color css

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

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

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

border-color css

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

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

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