Html Css Color HEX #F5896E Salmon

📋 copy color: '#F5896E'

red 245 ◦ green 137 ◦ blue 110

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

Shades of Salmon #F5896E

Tints of Salmon #F5896E

RGB

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

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

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

R = 49.8%
G = 27.85%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5896E (or 0xF5896E) is known color: Salmon. HEX triplet: F5, 89 and 6E. RGB value is (245,137,110). Sum of RGB (Red+Green+Blue) = 245+137+110=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5896E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5896E is #0A7691. Grayscale: #A6A6A6. Windows color (decimal): -685714 or 7244277. OLE color: 7244277.

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

Color convert

RGB 245 137 110 -
CMYK 0 0.44 0.55 0.04
HSL 12º 0.87% 0.7% -
HSV(B) 12º 0.55% 0.96% -
XYZ 49.42 38.43 19.56 -
YUV 166.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 245 137 110 0 0.44 0.55 0.04 12 0.87 0.7
Hex F5 89 6E 0 2C 37 4 C 57 46
Octal 365 211 156 0 54 67 4 14 127 106
Binary 11110101 10001001 1101110 0 101100 110111 100 1100 1010111 1000110

Color Harmonies of #F5896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5896E

Black with #F5896E

Text Example


Text Example

White with #F5896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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