Html Css Color HEX #F09370 Dark Salmon

📋 copy color: '#F09370'

red 240 ◦ green 147 ◦ blue 112

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

Shades of Dark Salmon #F09370

Tints of Dark Salmon #F09370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.46%

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

R = 48.1%
G = 29.46%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09370 (or 0xF09370) is known color: Dark Salmon. HEX triplet: F0, 93 and 70. RGB value is (240,147,112). Sum of RGB (Red+Green+Blue) = 240+147+112=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F09370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09370 is #0F6C8F. Grayscale: #ABABAB. Windows color (decimal): -1010832 or 7377904. OLE color: 7377904.

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

Color convert

RGB 240 147 112 -
CMYK 0 0.39 0.53 0.06
HSL 16.41º 0.81% 0.69% -
HSV(B) 16.41º 0.53% 0.94% -
XYZ 49.29 40.56 20.56 -
YUV 170.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 240 147 112 0 0.39 0.53 0.06 16.41 0.81 0.69
Hex F0 93 70 0 27 35 6 10 51 45
Octal 360 223 160 0 47 65 6 20 121 105
Binary 11110000 10010011 1110000 0 100111 110101 110 10000 1010001 1000101

Color Harmonies of #F09370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09370

Black with #F09370

Text Example


Text Example

White with #F09370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09370; }

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

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

background-color css

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

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

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

border-color css

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

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

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