Html Css Color HEX #F08673 Salmon

📋 copy color: '#F08673'

red 240 ◦ green 134 ◦ blue 115

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

Shades of Salmon #F08673

Tints of Salmon #F08673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

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

R = 49.08%
G = 27.4%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08673 (or 0xF08673) is known color: Salmon. HEX triplet: F0, 86 and 73. RGB value is (240,134,115). Sum of RGB (Red+Green+Blue) = 240+134+115=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F08673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08673 is #0F798C. Grayscale: #A3A3A3. Windows color (decimal): -1014157 or 7571184. OLE color: 7571184.

HSL color Cylindrical-coordinate representation of color #F08673: hue angle of 9.12º 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 #F08673 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 115 -
CMYK 0 0.44 0.52 0.06
HSL 9.12º 0.81% 0.7% -
HSV(B) 9.12º 0.52% 0.94% -
XYZ 47.55 36.81 20.82 -
YUV 163.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 240 134 115 0 0.44 0.52 0.06 9.12 0.81 0.7
Hex F0 86 73 0 2C 34 6 9 51 46
Octal 360 206 163 0 54 64 6 11 121 106
Binary 11110000 10000110 1110011 0 101100 110100 110 1001 1010001 1000110

Color Harmonies of #F08673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08673

Black with #F08673

Text Example


Text Example

White with #F08673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08673; }

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

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

background-color css

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

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

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

border-color css

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

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

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