Html Css Color HEX #F09670 Dark Salmon

📋 copy color: '#F09670'

red 240 ◦ green 150 ◦ blue 112

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

Shades of Dark Salmon #F09670

Tints of Dark Salmon #F09670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 47.81%
G = 29.88%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09670 (or 0xF09670) is known color: Dark Salmon. HEX triplet: F0, 96 and 70. RGB value is (240,150,112). Sum of RGB (Red+Green+Blue) = 240+150+112=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F09670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09670 is #0F698F. Grayscale: #ACACAC. Windows color (decimal): -1010064 or 7378672. OLE color: 7378672.

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

Color convert

RGB 240 150 112 -
CMYK 0 0.37 0.53 0.06
HSL 17.81º 0.81% 0.69% -
HSV(B) 17.81º 0.53% 0.94% -
XYZ 49.77 41.51 20.72 -
YUV 172.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 240 150 112 0 0.37 0.53 0.06 17.81 0.81 0.69
Hex F0 96 70 0 25 35 6 12 51 45
Octal 360 226 160 0 45 65 6 22 121 105
Binary 11110000 10010110 1110000 0 100101 110101 110 10010 1010001 1000101

Color Harmonies of #F09670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09670

Black with #F09670

Text Example


Text Example

White with #F09670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09670; }

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

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

background-color css

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

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

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

border-color css

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

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

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