Html Css Color HEX #F7856E Salmon

📋 copy color: '#F7856E'

red 247 ◦ green 133 ◦ blue 110

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

Shades of Salmon #F7856E

Tints of Salmon #F7856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

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

R = 50.41%
G = 27.14%
B = 22.45%

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

#F7856E (or 0xF7856E) is known color: Salmon. HEX triplet: F7, 85 and 6E. RGB value is (247,133,110). Sum of RGB (Red+Green+Blue) = 247+133+110=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7856E is #087A91. Grayscale: #A4A4A4. Windows color (decimal): -555666 or 7243255. OLE color: 7243255.

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

Color convert

RGB 247 133 110 -
CMYK 0 0.46 0.55 0.03
HSL 10.07º 0.9% 0.7% -
HSV(B) 10.07º 0.55% 0.97% -
XYZ 49.56 37.68 19.41 -
YUV 164.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 247 133 110 0 0.46 0.55 0.03 10.07 0.9 0.7
Hex F7 85 6E 0 2E 37 3 A 5A 46
Octal 367 205 156 0 56 67 3 12 132 106
Binary 11110111 10000101 1101110 0 101110 110111 11 1010 1011010 1000110

Color Harmonies of #F7856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7856E

Black with #F7856E

Text Example


Text Example

White with #F7856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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