Html Css Color HEX #F9896A Salmon

📋 copy color: '#F9896A'

red 249 ◦ green 137 ◦ blue 106

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

Shades of Salmon #F9896A

Tints of Salmon #F9896A

RGB

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

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

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

R = 50.61%
G = 27.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9896A (or 0xF9896A) is known color: Salmon. HEX triplet: F9, 89 and 6A. RGB value is (249,137,106). Sum of RGB (Red+Green+Blue) = 249+137+106=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9896A is #067695. Grayscale: #A7A7A7. Windows color (decimal): -423574 or 6982137. OLE color: 6982137.

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

Color convert

RGB 249 137 106 -
CMYK 0 0.45 0.57 0.02
HSL 13.01º 0.92% 0.7% -
HSV(B) 13.01º 0.57% 0.98% -
XYZ 50.61 39.07 18.51 -
YUV 166.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 249 137 106 0 0.45 0.57 0.02 13.01 0.92 0.7
Hex F9 89 6A 0 2D 39 2 D 5C 46
Octal 371 211 152 0 55 71 2 15 134 106
Binary 11111001 10001001 1101010 0 101101 111001 10 1101 1011100 1000110

Color Harmonies of #F9896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9896A

Black with #F9896A

Text Example


Text Example

White with #F9896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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