Html Css Color HEX #F98377 Salmon

📋 copy color: '#F98377'

red 249 ◦ green 131 ◦ blue 119

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

Shades of Salmon #F98377

Tints of Salmon #F98377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.25%

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

R = 49.9%
G = 26.25%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F98377 (or 0xF98377) is known color: Salmon. HEX triplet: F9, 83 and 77. RGB value is (249,131,119). Sum of RGB (Red+Green+Blue) = 249+131+119=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F98377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98377 is #067C88. Grayscale: #A5A5A5. Windows color (decimal): -425097 or 7832569. OLE color: 7832569.

HSL color Cylindrical-coordinate representation of color #F98377: hue angle of 5.54º 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 #F98377 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 131 119 -
CMYK 0 0.47 0.52 0.02
HSL 5.54º 0.92% 0.72% -
HSV(B) 5.54º 0.52% 0.98% -
XYZ 50.51 37.7 22.07 -
YUV 164.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 249 131 119 0 0.47 0.52 0.02 5.54 0.92 0.72
Hex F9 83 77 0 2F 34 2 6 5C 48
Octal 371 203 167 0 57 64 2 6 134 110
Binary 11111001 10000011 1110111 0 101111 110100 10 110 1011100 1001000

Color Harmonies of #F98377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98377

Black with #F98377

Text Example


Text Example

White with #F98377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98377; }

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

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

background-color css

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

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

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

border-color css

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

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

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