Html Css Color HEX #F59873 Dark Salmon

📋 copy color: '#F59873'

red 245 ◦ green 152 ◦ blue 115

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

Shades of Dark Salmon #F59873

Tints of Dark Salmon #F59873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 47.85%
G = 29.69%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F59873 (or 0xF59873) is known color: Dark Salmon. HEX triplet: F5, 98 and 73. RGB value is (245,152,115). Sum of RGB (Red+Green+Blue) = 245+152+115=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F59873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59873 is #0A678C. Grayscale: #AFAFAF. Windows color (decimal): -681869 or 7575797. OLE color: 7575797.

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

Color convert

RGB 245 152 115 -
CMYK 0 0.38 0.53 0.04
HSL 17.08º 0.87% 0.71% -
HSV(B) 17.08º 0.53% 0.96% -
XYZ 51.98 43.11 21.8 -
YUV 175.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 245 152 115 0 0.38 0.53 0.04 17.08 0.87 0.71
Hex F5 98 73 0 26 35 4 11 57 47
Octal 365 230 163 0 46 65 4 21 127 107
Binary 11110101 10011000 1110011 0 100110 110101 100 10001 1010111 1000111

Color Harmonies of #F59873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59873

Black with #F59873

Text Example


Text Example

White with #F59873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59873; }

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

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

background-color css

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

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

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

border-color css

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

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

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