Html Css Color HEX #F88371 Salmon

📋 copy color: '#F88371'

red 248 ◦ green 131 ◦ blue 113

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

Shades of Salmon #F88371

Tints of Salmon #F88371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 50.41%
G = 26.63%
B = 22.97%

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

#F88371 (or 0xF88371) is known color: Salmon. HEX triplet: F8, 83 and 71. RGB value is (248,131,113). Sum of RGB (Red+Green+Blue) = 248+131+113=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F88371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88371 is #077C8E. Grayscale: #A4A4A4. Windows color (decimal): -490639 or 7439352. OLE color: 7439352.

HSL color Cylindrical-coordinate representation of color #F88371: hue angle of 8º degrees, saturation: 0.91, 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 #F88371 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 131 113 -
CMYK 0 0.47 0.54 0.03
HSL 0.91% 0.71% -
HSV(B) 0.54% 0.97% -
XYZ 49.81 37.38 20.21 -
YUV 163.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 248 131 113 0 0.47 0.54 0.03 8 0.91 0.71
Hex F8 83 71 0 2F 36 3 8 5B 47
Octal 370 203 161 0 57 66 3 10 133 107
Binary 11111000 10000011 1110001 0 101111 110110 11 1000 1011011 1000111

Color Harmonies of #F88371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88371

Black with #F88371

Text Example


Text Example

White with #F88371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88371; }

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

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

background-color css

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

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

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

border-color css

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

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

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