Html Css Color HEX #F88375 Salmon

📋 copy color: '#F88375'

red 248 ◦ green 131 ◦ blue 117

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

Shades of Salmon #F88375

Tints of Salmon #F88375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 50%
G = 26.41%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F88375 (or 0xF88375) is known color: Salmon. HEX triplet: F8, 83 and 75. RGB value is (248,131,117). Sum of RGB (Red+Green+Blue) = 248+131+117=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F88375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88375 is #077C8A. Grayscale: #A4A4A4. Windows color (decimal): -490635 or 7701496. OLE color: 7701496.

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

Color convert

RGB 248 131 117 -
CMYK 0 0.47 0.53 0.03
HSL 6.41º 0.9% 0.72% -
HSV(B) 6.41º 0.53% 0.97% -
XYZ 50.04 37.47 21.43 -
YUV 164.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 248 131 117 0 0.47 0.53 0.03 6.41 0.9 0.72
Hex F8 83 75 0 2F 35 3 6 5A 48
Octal 370 203 165 0 57 65 3 6 132 110
Binary 11111000 10000011 1110101 0 101111 110101 11 110 1011010 1001000

Color Harmonies of #F88375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88375

Black with #F88375

Text Example


Text Example

White with #F88375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88375; }

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

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

background-color css

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

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

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

border-color css

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

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

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