Html Css Color HEX #FF896C Salmon

📋 copy color: '#FF896C'

red 255 ◦ green 137 ◦ blue 108

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

Shades of Salmon #FF896C

Tints of Salmon #FF896C

RGB

 RED value IS 255 (100% from 255) = 51%

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

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 51%
G = 27.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF896C (or 0xFF896C) is known color: Salmon. HEX triplet: FF, 89 and 6C. RGB value is (255,137,108). Sum of RGB (Red+Green+Blue) = 255+137+108=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF896C is #007693. Grayscale: #A9A9A9. Windows color (decimal): -30356 or 7113215. OLE color: 7113215.

HSL color Cylindrical-coordinate representation of color #FF896C: hue angle of 11.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF896C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 137 108 -
CMYK 0 0.46 0.58 0
HSL 11.84º 1% 0.71% -
HSV(B) 11.84º 0.58% 1% -
XYZ 52.89 40.23 19.17 -
YUV 168.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 255 137 108 0 0.46 0.58 0 11.84 1 0.71
Hex FF 89 6C 0 2E 3A 0 C 64 47
Octal 377 211 154 0 56 72 0 14 144 107
Binary 11111111 10001001 1101100 0 101110 111010 0 1100 1100100 1000111

Color Harmonies of #FF896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF896C

Black with #FF896C

Text Example


Text Example

White with #FF896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF896C; }

 p { color: rgb(255,137,108); }

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

background-color css

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

 a { background-color: rgb(255,137,108); }

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

border-color css

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

 span { border-color: rgb(255,137,108); }

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