Html Css Color HEX #F98576 Salmon

📋 copy color: '#F98576'

red 249 ◦ green 133 ◦ blue 118

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

Shades of Salmon #F98576

Tints of Salmon #F98576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.6%

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 49.8%
G = 26.6%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F98576 (or 0xF98576) is known color: Salmon. HEX triplet: F9, 85 and 76. RGB value is (249,133,118). Sum of RGB (Red+Green+Blue) = 249+133+118=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98576 is #067A89. Grayscale: #A6A6A6. Windows color (decimal): -424586 or 7767545. OLE color: 7767545.

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

Color convert

RGB 249 133 118 -
CMYK 0 0.47 0.53 0.02
HSL 6.87º 0.92% 0.72% -
HSV(B) 6.87º 0.53% 0.98% -
XYZ 50.72 38.22 21.84 -
YUV 165.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 249 133 118 0 0.47 0.53 0.02 6.87 0.92 0.72
Hex F9 85 76 0 2F 35 2 7 5C 48
Octal 371 205 166 0 57 65 2 7 134 110
Binary 11111001 10000101 1110110 0 101111 110101 10 111 1011100 1001000

Color Harmonies of #F98576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98576

Black with #F98576

Text Example


Text Example

White with #F98576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98576; }

 p { color: rgb(249,133,118); }

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

background-color css

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

 a { background-color: rgb(249,133,118); }

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

border-color css

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

 span { border-color: rgb(249,133,118); }

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