Html Css Color HEX #F7866E Salmon

📋 copy color: '#F7866E'

red 247 ◦ green 134 ◦ blue 110

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

Shades of Salmon #F7866E

Tints of Salmon #F7866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 50.31%
G = 27.29%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7866E (or 0xF7866E) is known color: Salmon. HEX triplet: F7, 86 and 6E. RGB value is (247,134,110). Sum of RGB (Red+Green+Blue) = 247+134+110=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7866E is #087991. Grayscale: #A5A5A5. Windows color (decimal): -555410 or 7243511. OLE color: 7243511.

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

Color convert

RGB 247 134 110 -
CMYK 0 0.46 0.55 0.03
HSL 10.51º 0.9% 0.7% -
HSV(B) 10.51º 0.55% 0.97% -
XYZ 49.7 37.95 19.46 -
YUV 165.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 247 134 110 0 0.46 0.55 0.03 10.51 0.9 0.7
Hex F7 86 6E 0 2E 37 3 B 5A 46
Octal 367 206 156 0 56 67 3 13 132 106
Binary 11110111 10000110 1101110 0 101110 110111 11 1011 1011010 1000110

Color Harmonies of #F7866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7866E

Black with #F7866E

Text Example


Text Example

White with #F7866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7866E; }

 p { color: rgb(247,134,110); }

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

background-color css

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

 a { background-color: rgb(247,134,110); }

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

border-color css

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

 span { border-color: rgb(247,134,110); }

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