Html Css Color HEX #F0896E Salmon

📋 copy color: '#F0896E'

red 240 ◦ green 137 ◦ blue 110

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

Shades of Salmon #F0896E

Tints of Salmon #F0896E

RGB

 RED value IS 240 (94.14% from 255) = 49.28%

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

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

R = 49.28%
G = 28.13%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0896E (or 0xF0896E) is known color: Salmon. HEX triplet: F0, 89 and 6E. RGB value is (240,137,110). Sum of RGB (Red+Green+Blue) = 240+137+110=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0896E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0896E is #0F7691. Grayscale: #A4A4A4. Windows color (decimal): -1013394 or 7244272. OLE color: 7244272.

HSL color Cylindrical-coordinate representation of color #F0896E: hue angle of 12.46º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0896E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 110 -
CMYK 0 0.43 0.54 0.06
HSL 12.46º 0.81% 0.69% -
HSV(B) 12.46º 0.54% 0.94% -
XYZ 47.7 37.54 19.48 -
YUV 164.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 240 137 110 0 0.43 0.54 0.06 12.46 0.81 0.69
Hex F0 89 6E 0 2B 36 6 C 51 45
Octal 360 211 156 0 53 66 6 14 121 105
Binary 11110000 10001001 1101110 0 101011 110110 110 1100 1010001 1000101

Color Harmonies of #F0896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0896E

Black with #F0896E

Text Example


Text Example

White with #F0896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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