Html Css Color HEX #F98370 Salmon

📋 copy color: '#F98370'

red 249 ◦ green 131 ◦ blue 112

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

Shades of Salmon #F98370

Tints of Salmon #F98370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 50.61%
G = 26.63%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98370 (or 0xF98370) is known color: Salmon. HEX triplet: F9, 83 and 70. RGB value is (249,131,112). Sum of RGB (Red+Green+Blue) = 249+131+112=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F98370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98370 is #067C8F. Grayscale: #A4A4A4. Windows color (decimal): -425104 or 7373817. OLE color: 7373817.

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

Color convert

RGB 249 131 112 -
CMYK 0 0.47 0.55 0.02
HSL 8.32º 0.92% 0.71% -
HSV(B) 8.32º 0.55% 0.98% -
XYZ 50.11 37.54 19.93 -
YUV 164.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 249 131 112 0 0.47 0.55 0.02 8.32 0.92 0.71
Hex F9 83 70 0 2F 37 2 8 5C 47
Octal 371 203 160 0 57 67 2 10 134 107
Binary 11111001 10000011 1110000 0 101111 110111 10 1000 1011100 1000111

Color Harmonies of #F98370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98370

Black with #F98370

Text Example


Text Example

White with #F98370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98370; }

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

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

background-color css

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

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

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

border-color css

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

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

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