Html Css Color HEX #F09770 Dark Salmon

📋 copy color: '#F09770'

red 240 ◦ green 151 ◦ blue 112

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

Shades of Dark Salmon #F09770

Tints of Dark Salmon #F09770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.02%

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

R = 47.71%
G = 30.02%
B = 22.27%

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

#F09770 (or 0xF09770) is known color: Dark Salmon. HEX triplet: F0, 97 and 70. RGB value is (240,151,112). Sum of RGB (Red+Green+Blue) = 240+151+112=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F09770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09770 is #0F688F. Grayscale: #ADADAD. Windows color (decimal): -1009808 or 7378928. OLE color: 7378928.

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

Color convert

RGB 240 151 112 -
CMYK 0 0.37 0.53 0.06
HSL 18.28º 0.81% 0.69% -
HSV(B) 18.28º 0.53% 0.94% -
XYZ 49.93 41.83 20.77 -
YUV 173.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 240 151 112 0 0.37 0.53 0.06 18.28 0.81 0.69
Hex F0 97 70 0 25 35 6 12 51 45
Octal 360 227 160 0 45 65 6 22 121 105
Binary 11110000 10010111 1110000 0 100101 110101 110 10010 1010001 1000101

Color Harmonies of #F09770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09770

Black with #F09770

Text Example


Text Example

White with #F09770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09770; }

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

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

background-color css

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

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

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

border-color css

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

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

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