Html Css Color HEX #F88370 Salmon

📋 copy color: '#F88370'

red 248 ◦ green 131 ◦ blue 112

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

Shades of Salmon #F88370

Tints of Salmon #F88370

RGB

 RED value IS 248 (97.27% from 255) = 50.51%

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

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

R = 50.51%
G = 26.68%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F88370 (or 0xF88370) is known color: Salmon. HEX triplet: F8, 83 and 70. RGB value is (248,131,112). Sum of RGB (Red+Green+Blue) = 248+131+112=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F88370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88370 is #077C8F. Grayscale: #A4A4A4. Windows color (decimal): -490640 or 7373816. OLE color: 7373816.

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

Color convert

RGB 248 131 112 -
CMYK 0 0.47 0.55 0.03
HSL 8.38º 0.91% 0.71% -
HSV(B) 8.38º 0.55% 0.97% -
XYZ 49.75 37.36 19.92 -
YUV 163.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 248 131 112 0 0.47 0.55 0.03 8.38 0.91 0.71
Hex F8 83 70 0 2F 37 3 8 5B 47
Octal 370 203 160 0 57 67 3 10 133 107
Binary 11111000 10000011 1110000 0 101111 110111 11 1000 1011011 1000111

Color Harmonies of #F88370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88370

Black with #F88370

Text Example


Text Example

White with #F88370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88370; }

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

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

background-color css

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

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

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

border-color css

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

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

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