Html Css Color HEX #F59375 Dark Salmon

📋 copy color: '#F59375'

red 245 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #F59375

Tints of Dark Salmon #F59375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.88%

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

R = 48.13%
G = 28.88%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F59375 (or 0xF59375) is known color: Dark Salmon. HEX triplet: F5, 93 and 75. RGB value is (245,147,117). Sum of RGB (Red+Green+Blue) = 245+147+117=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F59375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59375 is #0A6C8A. Grayscale: #ADADAD. Windows color (decimal): -683147 or 7705589. OLE color: 7705589.

HSL color Cylindrical-coordinate representation of color #F59375: hue angle of 14.06º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F59375 is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 147 117 -
CMYK 0 0.4 0.52 0.04
HSL 14.06º 0.86% 0.71% -
HSV(B) 14.06º 0.52% 0.96% -
XYZ 51.3 41.56 22.15 -
YUV 172.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 245 147 117 0 0.4 0.52 0.04 14.06 0.86 0.71
Hex F5 93 75 0 28 34 4 E 56 47
Octal 365 223 165 0 50 64 4 16 126 107
Binary 11110101 10010011 1110101 0 101000 110100 100 1110 1010110 1000111

Color Harmonies of #F59375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59375

Black with #F59375

Text Example


Text Example

White with #F59375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59375; }

 p { color: rgb(245,147,117); }

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

background-color css

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

 a { background-color: rgb(245,147,117); }

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

border-color css

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

 span { border-color: rgb(245,147,117); }

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