Html Css Color HEX #F08773 Salmon

📋 copy color: '#F08773'

red 240 ◦ green 135 ◦ blue 115

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

Shades of Salmon #F08773

Tints of Salmon #F08773

RGB

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

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

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

R = 48.98%
G = 27.55%
B = 23.47%

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

#F08773 (or 0xF08773) is known color: Salmon. HEX triplet: F0, 87 and 73. RGB value is (240,135,115). Sum of RGB (Red+Green+Blue) = 240+135+115=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F08773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08773 is #0F788C. Grayscale: #A4A4A4. Windows color (decimal): -1013901 or 7571440. OLE color: 7571440.

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

Color convert

RGB 240 135 115 -
CMYK 0 0.44 0.52 0.06
HSL 9.6º 0.81% 0.7% -
HSV(B) 9.6º 0.52% 0.94% -
XYZ 47.69 37.09 20.87 -
YUV 164.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 240 135 115 0 0.44 0.52 0.06 9.6 0.81 0.7
Hex F0 87 73 0 2C 34 6 A 51 46
Octal 360 207 163 0 54 64 6 12 121 106
Binary 11110000 10000111 1110011 0 101100 110100 110 1010 1010001 1000110

Color Harmonies of #F08773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08773

Black with #F08773

Text Example


Text Example

White with #F08773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08773; }

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

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

background-color css

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

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

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

border-color css

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

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

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