Html Css Color HEX #F7896A Salmon

📋 copy color: '#F7896A'

red 247 ◦ green 137 ◦ blue 106

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

Shades of Salmon #F7896A

Tints of Salmon #F7896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 106 (41.8% from 255) = 21.63%

R = 50.41%
G = 27.96%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7896A (or 0xF7896A) is known color: Salmon. HEX triplet: F7, 89 and 6A. RGB value is (247,137,106). Sum of RGB (Red+Green+Blue) = 247+137+106=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7896A is #087695. Grayscale: #A6A6A6. Windows color (decimal): -554646 or 6982135. OLE color: 6982135.

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

Color convert

RGB 247 137 106 -
CMYK 0 0.45 0.57 0.03
HSL 13.19º 0.9% 0.69% -
HSV(B) 13.19º 0.57% 0.97% -
XYZ 49.9 38.71 18.48 -
YUV 166.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 247 137 106 0 0.45 0.57 0.03 13.19 0.9 0.69
Hex F7 89 6A 0 2D 39 3 D 5A 45
Octal 367 211 152 0 55 71 3 15 132 105
Binary 11110111 10001001 1101010 0 101101 111001 11 1101 1011010 1000101

Color Harmonies of #F7896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7896A

Black with #F7896A

Text Example


Text Example

White with #F7896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7896A; }

 p { color: rgb(247,137,106); }

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

background-color css

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

 a { background-color: rgb(247,137,106); }

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

border-color css

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

 span { border-color: rgb(247,137,106); }

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