Html Css Color HEX #F58369 Salmon

📋 copy color: '#F58369'

red 245 ◦ green 131 ◦ blue 105

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

Shades of Salmon #F58369

Tints of Salmon #F58369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.23%

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 50.94%
G = 27.23%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F58369 (or 0xF58369) is known color: Salmon. HEX triplet: F5, 83 and 69. RGB value is (245,131,105). Sum of RGB (Red+Green+Blue) = 245+131+105=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F58369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58369 is #0A7C96. Grayscale: #A2A2A2. Windows color (decimal): -687255 or 6915061. OLE color: 6915061.

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

Color convert

RGB 245 131 105 -
CMYK 0 0.47 0.57 0.04
HSL 11.14º 0.88% 0.69% -
HSV(B) 11.14º 0.57% 0.96% -
XYZ 48.32 36.67 17.89 -
YUV 162.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 245 131 105 0 0.47 0.57 0.04 11.14 0.88 0.69
Hex F5 83 69 0 2F 39 4 B 58 45
Octal 365 203 151 0 57 71 4 13 130 105
Binary 11110101 10000011 1101001 0 101111 111001 100 1011 1011000 1000101

Color Harmonies of #F58369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58369

Black with #F58369

Text Example


Text Example

White with #F58369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58369; }

 p { color: rgb(245,131,105); }

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

background-color css

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

 a { background-color: rgb(245,131,105); }

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

border-color css

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

 span { border-color: rgb(245,131,105); }

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