Html Css Color HEX #FC896F Salmon

📋 copy color: '#FC896F'

red 252 ◦ green 137 ◦ blue 111

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

Shades of Salmon #FC896F

Tints of Salmon #FC896F

RGB

 RED value IS 252 (98.83% from 255) = 50.4%

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

 BLUE value IS 111 (43.75% from 255) = 22.2%

R = 50.4%
G = 27.4%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC896F (or 0xFC896F) is known color: Salmon. HEX triplet: FC, 89 and 6F. RGB value is (252,137,111). Sum of RGB (Red+Green+Blue) = 252+137+111=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC896F is #037690. Grayscale: #A8A8A8. Windows color (decimal): -226961 or 7309820. OLE color: 7309820.

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

Color convert

RGB 252 137 111 -
CMYK 0 0.46 0.56 0.01
HSL 11.06º 0.96% 0.71% -
HSV(B) 11.06º 0.56% 0.99% -
XYZ 51.96 39.73 19.97 -
YUV 168.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 252 137 111 0 0.46 0.56 0.01 11.06 0.96 0.71
Hex FC 89 6F 0 2E 38 1 B 60 47
Octal 374 211 157 0 56 70 1 13 140 107
Binary 11111100 10001001 1101111 0 101110 111000 1 1011 1100000 1000111

Color Harmonies of #FC896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC896F

Black with #FC896F

Text Example


Text Example

White with #FC896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC896F; }

 p { color: rgb(252,137,111); }

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

background-color css

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

 a { background-color: rgb(252,137,111); }

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

border-color css

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

 span { border-color: rgb(252,137,111); }

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