Html Css Color HEX #F98077 Salmon

📋 copy color: '#F98077'

red 249 ◦ green 128 ◦ blue 119

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

Shades of Salmon #F98077

Tints of Salmon #F98077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 50.2%
G = 25.81%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F98077 (or 0xF98077) is known color: Salmon. HEX triplet: F9, 80 and 77. RGB value is (249,128,119). Sum of RGB (Red+Green+Blue) = 249+128+119=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F98077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98077 is #067F88. Grayscale: #A3A3A3. Windows color (decimal): -425865 or 7831801. OLE color: 7831801.

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

Color convert

RGB 249 128 119 -
CMYK 0 0.49 0.52 0.02
HSL 4.15º 0.92% 0.72% -
HSV(B) 4.15º 0.52% 0.98% -
XYZ 50.12 36.91 21.94 -
YUV 163.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 249 128 119 0 0.49 0.52 0.02 4.15 0.92 0.72
Hex F9 80 77 0 31 34 2 4 5C 48
Octal 371 200 167 0 61 64 2 4 134 110
Binary 11111001 10000000 1110111 0 110001 110100 10 100 1011100 1001000

Color Harmonies of #F98077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98077

Black with #F98077

Text Example


Text Example

White with #F98077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98077; }

 p { color: rgb(249,128,119); }

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

background-color css

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

 a { background-color: rgb(249,128,119); }

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

border-color css

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

 span { border-color: rgb(249,128,119); }

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