Html Css Color HEX #FD896F Salmon

📋 copy color: '#FD896F'

red 253 ◦ green 137 ◦ blue 111

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

Shades of Salmon #FD896F

Tints of Salmon #FD896F

RGB

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

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

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

R = 50.5%
G = 27.35%
B = 22.16%

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

#FD896F (or 0xFD896F) is known color: Salmon. HEX triplet: FD, 89 and 6F. RGB value is (253,137,111). Sum of RGB (Red+Green+Blue) = 253+137+111=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD896F is #027690. Grayscale: #A8A8A8. Windows color (decimal): -161425 or 7309821. OLE color: 7309821.

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

Color convert

RGB 253 137 111 -
CMYK 0 0.46 0.56 0.01
HSL 10.99º 0.97% 0.71% -
HSV(B) 10.99º 0.56% 0.99% -
XYZ 52.32 39.92 19.99 -
YUV 168.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 253 137 111 0 0.46 0.56 0.01 10.99 0.97 0.71
Hex FD 89 6F 0 2E 38 1 B 61 47
Octal 375 211 157 0 56 70 1 13 141 107
Binary 11111101 10001001 1101111 0 101110 111000 1 1011 1100001 1000111

Color Harmonies of #FD896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD896F

Black with #FD896F

Text Example


Text Example

White with #FD896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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