Html Css Color HEX #FC896A Salmon

📋 copy color: '#FC896A'

red 252 ◦ green 137 ◦ blue 106

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

Shades of Salmon #FC896A

Tints of Salmon #FC896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 50.91%
G = 27.68%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC896A (or 0xFC896A) is known color: Salmon. HEX triplet: FC, 89 and 6A. RGB value is (252,137,106). Sum of RGB (Red+Green+Blue) = 252+137+106=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC896A is #037695. Grayscale: #A8A8A8. Windows color (decimal): -226966 or 6982140. OLE color: 6982140.

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

Color convert

RGB 252 137 106 -
CMYK 0 0.46 0.58 0.01
HSL 12.74º 0.96% 0.7% -
HSV(B) 12.74º 0.58% 0.99% -
XYZ 51.69 39.63 18.56 -
YUV 167.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 252 137 106 0 0.46 0.58 0.01 12.74 0.96 0.7
Hex FC 89 6A 0 2E 3A 1 D 60 46
Octal 374 211 152 0 56 72 1 15 140 106
Binary 11111100 10001001 1101010 0 101110 111010 1 1101 1100000 1000110

Color Harmonies of #FC896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC896A

Black with #FC896A

Text Example


Text Example

White with #FC896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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