Html Css Color HEX #F88373 Salmon

📋 copy color: '#F88373'

red 248 ◦ green 131 ◦ blue 115

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

Shades of Salmon #F88373

Tints of Salmon #F88373

RGB

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

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

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

R = 50.2%
G = 26.52%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F88373 (or 0xF88373) is known color: Salmon. HEX triplet: F8, 83 and 73. RGB value is (248,131,115). Sum of RGB (Red+Green+Blue) = 248+131+115=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F88373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88373 is #077C8C. Grayscale: #A4A4A4. Windows color (decimal): -490637 or 7570424. OLE color: 7570424.

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

Color convert

RGB 248 131 115 -
CMYK 0 0.47 0.54 0.03
HSL 7.22º 0.9% 0.71% -
HSV(B) 7.22º 0.54% 0.97% -
XYZ 49.92 37.43 20.81 -
YUV 164.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 248 131 115 0 0.47 0.54 0.03 7.22 0.9 0.71
Hex F8 83 73 0 2F 36 3 7 5A 47
Octal 370 203 163 0 57 66 3 7 132 107
Binary 11111000 10000011 1110011 0 101111 110110 11 111 1011010 1000111

Color Harmonies of #F88373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88373

Black with #F88373

Text Example


Text Example

White with #F88373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88373; }

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

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

background-color css

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

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

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

border-color css

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

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

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