Html Css Color HEX #F09573 Dark Salmon

📋 copy color: '#F09573'

red 240 ◦ green 149 ◦ blue 115

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

Shades of Dark Salmon #F09573

Tints of Dark Salmon #F09573

RGB

 RED value IS 240 (94.14% from 255) = 47.62%

 GREEN value IS 149 (58.59% from 255) = 29.56%

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

R = 47.62%
G = 29.56%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09573 (or 0xF09573) is known color: Dark Salmon. HEX triplet: F0, 95 and 73. RGB value is (240,149,115). Sum of RGB (Red+Green+Blue) = 240+149+115=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F09573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09573 is #0F6A8C. Grayscale: #ACACAC. Windows color (decimal): -1010317 or 7575024. OLE color: 7575024.

HSL color Cylindrical-coordinate representation of color #F09573: hue angle of 16.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F09573 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 115 -
CMYK 0 0.38 0.52 0.06
HSL 16.32º 0.81% 0.7% -
HSV(B) 16.32º 0.52% 0.94% -
XYZ 49.78 41.26 21.56 -
YUV 172.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 240 149 115 0 0.38 0.52 0.06 16.32 0.81 0.7
Hex F0 95 73 0 26 34 6 10 51 46
Octal 360 225 163 0 46 64 6 20 121 106
Binary 11110000 10010101 1110011 0 100110 110100 110 10000 1010001 1000110

Color Harmonies of #F09573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09573

Black with #F09573

Text Example


Text Example

White with #F09573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09573; }

 p { color: rgb(240,149,115); }

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

background-color css

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

 a { background-color: rgb(240,149,115); }

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

border-color css

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

 span { border-color: rgb(240,149,115); }

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