Html Css Color HEX #FD896A Salmon

📋 copy color: '#FD896A'

red 253 ◦ green 137 ◦ blue 106

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

Shades of Salmon #FD896A

Tints of Salmon #FD896A

RGB

 RED value IS 253 (99.22% from 255) = 51.01%

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

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

R = 51.01%
G = 27.62%
B = 21.37%

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

#FD896A (or 0xFD896A) is known color: Salmon. HEX triplet: FD, 89 and 6A. RGB value is (253,137,106). Sum of RGB (Red+Green+Blue) = 253+137+106=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD896A is #027695. Grayscale: #A8A8A8. Windows color (decimal): -161430 or 6982141. OLE color: 6982141.

HSL color Cylindrical-coordinate representation of color #FD896A: hue angle of 12.65º degrees, saturation: 0.97, 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 #FD896A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 137 106 -
CMYK 0 0.46 0.58 0.01
HSL 12.65º 0.97% 0.7% -
HSV(B) 12.65º 0.58% 0.99% -
XYZ 52.06 39.81 18.58 -
YUV 168.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 253 137 106 0 0.46 0.58 0.01 12.65 0.97 0.7
Hex FD 89 6A 0 2E 3A 1 D 61 46
Octal 375 211 152 0 56 72 1 15 141 106
Binary 11111101 10001001 1101010 0 101110 111010 1 1101 1100001 1000110

Color Harmonies of #FD896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD896A

Black with #FD896A

Text Example


Text Example

White with #FD896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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