Html Css Color HEX #F98E73 Salmon

📋 copy color: '#F98E73'

red 249 ◦ green 142 ◦ blue 115

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

Shades of Salmon #F98E73

Tints of Salmon #F98E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 49.21%
G = 28.06%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F98E73 (or 0xF98E73) is known color: Salmon. HEX triplet: F9, 8E and 73. RGB value is (249,142,115). Sum of RGB (Red+Green+Blue) = 249+142+115=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98E73 is #06718C. Grayscale: #ABABAB. Windows color (decimal): -422285 or 7573241. OLE color: 7573241.

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

Color convert

RGB 249 142 115 -
CMYK 0 0.43 0.54 0.02
HSL 12.09º 0.92% 0.71% -
HSV(B) 12.09º 0.54% 0.98% -
XYZ 51.83 40.72 21.35 -
YUV 170.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 249 142 115 0 0.43 0.54 0.02 12.09 0.92 0.71
Hex F9 8E 73 0 2B 36 2 C 5C 47
Octal 371 216 163 0 53 66 2 14 134 107
Binary 11111001 10001110 1110011 0 101011 110110 10 1100 1011100 1000111

Color Harmonies of #F98E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98E73

Black with #F98E73

Text Example


Text Example

White with #F98E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98E73; }

 p { color: rgb(249,142,115); }

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

background-color css

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

 a { background-color: rgb(249,142,115); }

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

border-color css

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

 span { border-color: rgb(249,142,115); }

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