Html Css Color HEX #F08873 Salmon

📋 copy color: '#F08873'

red 240 ◦ green 136 ◦ blue 115

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

Shades of Salmon #F08873

Tints of Salmon #F08873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.7%

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

R = 48.88%
G = 27.7%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08873 (or 0xF08873) is known color: Salmon. HEX triplet: F0, 88 and 73. RGB value is (240,136,115). Sum of RGB (Red+Green+Blue) = 240+136+115=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F08873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08873 is #0F778C. Grayscale: #A4A4A4. Windows color (decimal): -1013645 or 7571696. OLE color: 7571696.

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

Color convert

RGB 240 136 115 -
CMYK 0 0.43 0.52 0.06
HSL 10.08º 0.81% 0.7% -
HSV(B) 10.08º 0.52% 0.94% -
XYZ 47.83 37.37 20.91 -
YUV 164.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 240 136 115 0 0.43 0.52 0.06 10.08 0.81 0.7
Hex F0 88 73 0 2B 34 6 A 51 46
Octal 360 210 163 0 53 64 6 12 121 106
Binary 11110000 10001000 1110011 0 101011 110100 110 1010 1010001 1000110

Color Harmonies of #F08873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08873

Black with #F08873

Text Example


Text Example

White with #F08873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08873; }

 p { color: rgb(240,136,115); }

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

background-color css

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

 a { background-color: rgb(240,136,115); }

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

border-color css

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

 span { border-color: rgb(240,136,115); }

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