Html Css Color HEX #F5896B Salmon

📋 copy color: '#F5896B'

red 245 ◦ green 137 ◦ blue 107

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

Shades of Salmon #F5896B

Tints of Salmon #F5896B

RGB

 RED value IS 245 (96.09% from 255) = 50.1%

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

 BLUE value IS 107 (42.19% from 255) = 21.88%

R = 50.1%
G = 28.02%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5896B (or 0xF5896B) is known color: Salmon. HEX triplet: F5, 89 and 6B. RGB value is (245,137,107). Sum of RGB (Red+Green+Blue) = 245+137+107=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5896B is #0A7694. Grayscale: #A6A6A6. Windows color (decimal): -685717 or 7047669. OLE color: 7047669.

HSL color Cylindrical-coordinate representation of color #F5896B: hue angle of 13.04º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5896B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 137 107 -
CMYK 0 0.44 0.56 0.04
HSL 13.04º 0.87% 0.69% -
HSV(B) 13.04º 0.56% 0.96% -
XYZ 49.26 38.37 18.72 -
YUV 165.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 245 137 107 0 0.44 0.56 0.04 13.04 0.87 0.69
Hex F5 89 6B 0 2C 38 4 D 57 45
Octal 365 211 153 0 54 70 4 15 127 105
Binary 11110101 10001001 1101011 0 101100 111000 100 1101 1010111 1000101

Color Harmonies of #F5896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5896B

Black with #F5896B

Text Example


Text Example

White with #F5896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5896B; }

 p { color: rgb(245,137,107); }

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

background-color css

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

 a { background-color: rgb(245,137,107); }

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

border-color css

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

 span { border-color: rgb(245,137,107); }

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