Html Css Color HEX #F08771 Salmon

📋 copy color: '#F08771'

red 240 ◦ green 135 ◦ blue 113

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

Shades of Salmon #F08771

Tints of Salmon #F08771

RGB

 RED value IS 240 (94.14% from 255) = 49.18%

 GREEN value IS 135 (53.13% from 255) = 27.66%

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

R = 49.18%
G = 27.66%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08771 (or 0xF08771) is known color: Salmon. HEX triplet: F0, 87 and 71. RGB value is (240,135,113). Sum of RGB (Red+Green+Blue) = 240+135+113=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08771 is #0F788E. Grayscale: #A4A4A4. Windows color (decimal): -1013903 or 7440368. OLE color: 7440368.

HSL color Cylindrical-coordinate representation of color #F08771: hue angle of 10.39º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F08771 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 135 113 -
CMYK 0 0.44 0.53 0.06
HSL 10.39º 0.81% 0.69% -
HSV(B) 10.39º 0.53% 0.94% -
XYZ 47.58 37.05 20.27 -
YUV 163.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 240 135 113 0 0.44 0.53 0.06 10.39 0.81 0.69
Hex F0 87 71 0 2C 35 6 A 51 45
Octal 360 207 161 0 54 65 6 12 121 105
Binary 11110000 10000111 1110001 0 101100 110101 110 1010 1010001 1000101

Color Harmonies of #F08771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08771

Black with #F08771

Text Example


Text Example

White with #F08771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08771; }

 p { color: rgb(240,135,113); }

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

background-color css

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

 a { background-color: rgb(240,135,113); }

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

border-color css

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

 span { border-color: rgb(240,135,113); }

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