Html Css Color HEX #F59875 Dark Salmon

📋 copy color: '#F59875'

red 245 ◦ green 152 ◦ blue 117

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

Shades of Dark Salmon #F59875

Tints of Dark Salmon #F59875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.57%

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

R = 47.67%
G = 29.57%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F59875 (or 0xF59875) is known color: Dark Salmon. HEX triplet: F5, 98 and 75. RGB value is (245,152,117). Sum of RGB (Red+Green+Blue) = 245+152+117=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F59875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59875 is #0A678A. Grayscale: #B0B0B0. Windows color (decimal): -681867 or 7706869. OLE color: 7706869.

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

Color convert

RGB 245 152 117 -
CMYK 0 0.38 0.52 0.04
HSL 16.41º 0.86% 0.71% -
HSV(B) 16.41º 0.52% 0.96% -
XYZ 52.1 43.15 22.41 -
YUV 175.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 245 152 117 0 0.38 0.52 0.04 16.41 0.86 0.71
Hex F5 98 75 0 26 34 4 10 56 47
Octal 365 230 165 0 46 64 4 20 126 107
Binary 11110101 10011000 1110101 0 100110 110100 100 10000 1010110 1000111

Color Harmonies of #F59875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59875

Black with #F59875

Text Example


Text Example

White with #F59875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59875; }

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

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

background-color css

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

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

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

border-color css

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

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

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