Html Css Color HEX #F59273 Dark Salmon

📋 copy color: '#F59273'

red 245 ◦ green 146 ◦ blue 115

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

Shades of Dark Salmon #F59273

Tints of Dark Salmon #F59273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

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

R = 48.42%
G = 28.85%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F59273 (or 0xF59273) is known color: Dark Salmon. HEX triplet: F5, 92 and 73. RGB value is (245,146,115). Sum of RGB (Red+Green+Blue) = 245+146+115=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F59273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59273 is #0A6D8C. Grayscale: #ACACAC. Windows color (decimal): -683405 or 7574261. OLE color: 7574261.

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

Color convert

RGB 245 146 115 -
CMYK 0 0.40 0.53 0.04
HSL 14.31º 0.87% 0.71% -
HSV(B) 14.31º 0.53% 0.96% -
XYZ 51.03 41.21 21.48 -
YUV 172.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 245 146 115 0 0.40 0.53 0.04 14.31 0.87 0.71
Hex F5 92 73 0 28 35 4 E 57 47
Octal 365 222 163 0 50 65 4 16 127 107
Binary 11110101 10010010 1110011 0 101000 110101 100 1110 1010111 1000111

Color Harmonies of #F59273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59273

Black with #F59273

Text Example


Text Example

White with #F59273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59273; }

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

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

background-color css

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

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

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

border-color css

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

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

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