Html Css Color HEX #F58465 Salmon

📋 copy color: '#F58465'

red 245 ◦ green 132 ◦ blue 101

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

Shades of Salmon #F58465

Tints of Salmon #F58465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.62%

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

R = 51.26%
G = 27.62%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F58465 (or 0xF58465) is known color: Salmon. HEX triplet: F5, 84 and 65. RGB value is (245,132,101). Sum of RGB (Red+Green+Blue) = 245+132+101=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F58465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58465 is #0A7B9A. Grayscale: #A2A2A2. Windows color (decimal): -687003 or 6653173. OLE color: 6653173.

HSL color Cylindrical-coordinate representation of color #F58465: hue angle of 12.92º 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 #F58465 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 132 101 -
CMYK 0 0.46 0.59 0.04
HSL 12.92º 0.88% 0.68% -
HSV(B) 12.92º 0.59% 0.96% -
XYZ 48.26 36.85 16.88 -
YUV 162.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 245 132 101 0 0.46 0.59 0.04 12.92 0.88 0.68
Hex F5 84 65 0 2E 3B 4 D 58 44
Octal 365 204 145 0 56 73 4 15 130 104
Binary 11110101 10000100 1100101 0 101110 111011 100 1101 1011000 1000100

Color Harmonies of #F58465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58465

Black with #F58465

Text Example


Text Example

White with #F58465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58465; }

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

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

background-color css

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

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

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

border-color css

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

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

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