Html Css Color HEX #F09170 Dark Salmon

📋 copy color: '#F09170'

red 240 ◦ green 145 ◦ blue 112

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

Shades of Dark Salmon #F09170

Tints of Dark Salmon #F09170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

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

R = 48.29%
G = 29.18%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09170 (or 0xF09170) is known color: Dark Salmon. HEX triplet: F0, 91 and 70. RGB value is (240,145,112). Sum of RGB (Red+Green+Blue) = 240+145+112=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F09170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09170 is #0F6E8F. Grayscale: #A9A9A9. Windows color (decimal): -1011344 or 7377392. OLE color: 7377392.

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

Color convert

RGB 240 145 112 -
CMYK 0 0.40 0.53 0.06
HSL 15.47º 0.81% 0.69% -
HSV(B) 15.47º 0.53% 0.94% -
XYZ 48.99 39.95 20.46 -
YUV 169.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 240 145 112 0 0.40 0.53 0.06 15.47 0.81 0.69
Hex F0 91 70 0 28 35 6 F 51 45
Octal 360 221 160 0 50 65 6 17 121 105
Binary 11110000 10010001 1110000 0 101000 110101 110 1111 1010001 1000101

Color Harmonies of #F09170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09170

Black with #F09170

Text Example


Text Example

White with #F09170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09170; }

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

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

background-color css

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

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

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

border-color css

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

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

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