Html Css Color HEX #F59675 Dark Salmon

📋 copy color: '#F59675'

red 245 ◦ green 150 ◦ blue 117

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

Shades of Dark Salmon #F59675

Tints of Dark Salmon #F59675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

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

R = 47.85%
G = 29.3%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F59675 (or 0xF59675) is known color: Dark Salmon. HEX triplet: F5, 96 and 75. RGB value is (245,150,117). Sum of RGB (Red+Green+Blue) = 245+150+117=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F59675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59675 is #0A698A. Grayscale: #AEAEAE. Windows color (decimal): -682379 or 7706357. OLE color: 7706357.

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

Color convert

RGB 245 150 117 -
CMYK 0 0.39 0.52 0.04
HSL 15.47º 0.86% 0.71% -
HSV(B) 15.47º 0.52% 0.96% -
XYZ 51.77 42.51 22.31 -
YUV 174.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 245 150 117 0 0.39 0.52 0.04 15.47 0.86 0.71
Hex F5 96 75 0 27 34 4 F 56 47
Octal 365 226 165 0 47 64 4 17 126 107
Binary 11110101 10010110 1110101 0 100111 110100 100 1111 1010110 1000111

Color Harmonies of #F59675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59675

Black with #F59675

Text Example


Text Example

White with #F59675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59675; }

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

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

background-color css

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

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

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

border-color css

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

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

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