Html Css Color HEX #F98B73 Salmon

📋 copy color: '#F98B73'

red 249 ◦ green 139 ◦ blue 115

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

Shades of Salmon #F98B73

Tints of Salmon #F98B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

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

R = 49.5%
G = 27.63%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F98B73 (or 0xF98B73) is known color: Salmon. HEX triplet: F9, 8B and 73. RGB value is (249,139,115). Sum of RGB (Red+Green+Blue) = 249+139+115=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B73 is #06748C. Grayscale: #A9A9A9. Windows color (decimal): -423053 or 7572473. OLE color: 7572473.

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

Color convert

RGB 249 139 115 -
CMYK 0 0.44 0.54 0.02
HSL 10.75º 0.92% 0.71% -
HSV(B) 10.75º 0.54% 0.98% -
XYZ 51.39 39.84 21.2 -
YUV 169.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 249 139 115 0 0.44 0.54 0.02 10.75 0.92 0.71
Hex F9 8B 73 0 2C 36 2 B 5C 47
Octal 371 213 163 0 54 66 2 13 134 107
Binary 11111001 10001011 1110011 0 101100 110110 10 1011 1011100 1000111

Color Harmonies of #F98B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98B73

Black with #F98B73

Text Example


Text Example

White with #F98B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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