Html Css Color HEX #F58065 Salmon

📋 copy color: '#F58065'

red 245 ◦ green 128 ◦ blue 101

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

Shades of Salmon #F58065

Tints of Salmon #F58065

RGB

 RED value IS 245 (96.09% from 255) = 51.69%

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

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

R = 51.69%
G = 27%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F58065 (or 0xF58065) is known color: Salmon. HEX triplet: F5, 80 and 65. RGB value is (245,128,101). Sum of RGB (Red+Green+Blue) = 245+128+101=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F58065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58065 is #0A7F9A. Grayscale: #A0A0A0. Windows color (decimal): -688027 or 6652149. OLE color: 6652149.

HSL color Cylindrical-coordinate representation of color #F58065: hue angle of 11.25º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58065 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 101 -
CMYK 0 0.48 0.59 0.04
HSL 11.25º 0.88% 0.68% -
HSV(B) 11.25º 0.59% 0.96% -
XYZ 47.72 35.79 16.7 -
YUV 159.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 245 128 101 0 0.48 0.59 0.04 11.25 0.88 0.68
Hex F5 80 65 0 30 3B 4 B 58 44
Octal 365 200 145 0 60 73 4 13 130 104
Binary 11110101 10000000 1100101 0 110000 111011 100 1011 1011000 1000100

Color Harmonies of #F58065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58065

Black with #F58065

Text Example


Text Example

White with #F58065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58065; }

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

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

background-color css

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

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

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

border-color css

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

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

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