Html Css Color HEX #F9896F Salmon

📋 copy color: '#F9896F'

red 249 ◦ green 137 ◦ blue 111

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

Shades of Salmon #F9896F

Tints of Salmon #F9896F

RGB

 RED value IS 249 (97.66% from 255) = 50.1%

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

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

R = 50.1%
G = 27.57%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9896F (or 0xF9896F) is known color: Salmon. HEX triplet: F9, 89 and 6F. RGB value is (249,137,111). Sum of RGB (Red+Green+Blue) = 249+137+111=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9896F is #067690. Grayscale: #A7A7A7. Windows color (decimal): -423569 or 7309817. OLE color: 7309817.

HSL color Cylindrical-coordinate representation of color #F9896F: hue angle of 11.3º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9896F is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 137 111 -
CMYK 0 0.45 0.55 0.02
HSL 11.3º 0.92% 0.71% -
HSV(B) 11.3º 0.55% 0.98% -
XYZ 50.88 39.18 19.92 -
YUV 167.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 249 137 111 0 0.45 0.55 0.02 11.3 0.92 0.71
Hex F9 89 6F 0 2D 37 2 B 5C 47
Octal 371 211 157 0 55 67 2 13 134 107
Binary 11111001 10001001 1101111 0 101101 110111 10 1011 1011100 1000111

Color Harmonies of #F9896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9896F

Black with #F9896F

Text Example


Text Example

White with #F9896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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