Html Css Color HEX #F08065 Salmon

📋 copy color: '#F08065'

red 240 ◦ green 128 ◦ blue 101

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

Shades of Salmon #F08065

Tints of Salmon #F08065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 51.17%
G = 27.29%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08065 (or 0xF08065) is known color: Salmon. HEX triplet: F0, 80 and 65. RGB value is (240,128,101). Sum of RGB (Red+Green+Blue) = 240+128+101=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F08065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08065 is #0F7F9A. Grayscale: #9E9E9E. Windows color (decimal): -1015707 or 6652144. OLE color: 6652144.

HSL color Cylindrical-coordinate representation of color #F08065: hue angle of 11.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08065 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 101 -
CMYK 0 0.47 0.58 0.06
HSL 11.65º 0.82% 0.67% -
HSV(B) 11.65º 0.58% 0.94% -
XYZ 46 34.9 16.62 -
YUV 158.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 240 128 101 0 0.47 0.58 0.06 11.65 0.82 0.67
Hex F0 80 65 0 2F 3A 6 C 52 43
Octal 360 200 145 0 57 72 6 14 122 103
Binary 11110000 10000000 1100101 0 101111 111010 110 1100 1010010 1000011

Color Harmonies of #F08065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08065

Black with #F08065

Text Example


Text Example

White with #F08065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08065; }

 p { color: rgb(240,128,101); }

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

background-color css

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

 a { background-color: rgb(240,128,101); }

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

border-color css

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

 span { border-color: rgb(240,128,101); }

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