Html Css Color HEX #F09673 Dark Salmon

📋 copy color: '#F09673'

red 240 ◦ green 150 ◦ blue 115

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

Shades of Dark Salmon #F09673

Tints of Dark Salmon #F09673

RGB

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

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

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

R = 47.52%
G = 29.7%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09673 (or 0xF09673) is known color: Dark Salmon. HEX triplet: F0, 96 and 73. RGB value is (240,150,115). Sum of RGB (Red+Green+Blue) = 240+150+115=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09673 is #0F698C. Grayscale: #ADADAD. Windows color (decimal): -1010061 or 7575280. OLE color: 7575280.

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

Color convert

RGB 240 150 115 -
CMYK 0 0.37 0.52 0.06
HSL 16.8º 0.81% 0.7% -
HSV(B) 16.8º 0.52% 0.94% -
XYZ 49.94 41.58 21.61 -
YUV 172.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 240 150 115 0 0.37 0.52 0.06 16.8 0.81 0.7
Hex F0 96 73 0 25 34 6 11 51 46
Octal 360 226 163 0 45 64 6 21 121 106
Binary 11110000 10010110 1110011 0 100101 110100 110 10001 1010001 1000110

Color Harmonies of #F09673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09673

Black with #F09673

Text Example


Text Example

White with #F09673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09673; }

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

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

background-color css

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

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

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

border-color css

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

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

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