Html Css Color HEX #F08675 Salmon

📋 copy color: '#F08675'

red 240 ◦ green 134 ◦ blue 117

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

Shades of Salmon #F08675

Tints of Salmon #F08675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 48.88%
G = 27.29%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F08675 (or 0xF08675) is known color: Salmon. HEX triplet: F0, 86 and 75. RGB value is (240,134,117). Sum of RGB (Red+Green+Blue) = 240+134+117=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F08675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08675 is #0F798A. Grayscale: #A3A3A3. Windows color (decimal): -1014155 or 7702256. OLE color: 7702256.

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

Color convert

RGB 240 134 117 -
CMYK 0 0.44 0.51 0.06
HSL 8.29º 0.8% 0.7% -
HSV(B) 8.29º 0.51% 0.94% -
XYZ 47.67 36.86 21.43 -
YUV 163.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 240 134 117 0 0.44 0.51 0.06 8.29 0.8 0.7
Hex F0 86 75 0 2C 33 6 8 50 46
Octal 360 206 165 0 54 63 6 10 120 106
Binary 11110000 10000110 1110101 0 101100 110011 110 1000 1010000 1000110

Color Harmonies of #F08675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08675

Black with #F08675

Text Example


Text Example

White with #F08675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08675; }

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

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

background-color css

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

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

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

border-color css

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

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

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