Html Css Color HEX #F08B72 Dark Salmon

📋 copy color: '#F08B72'

red 240 ◦ green 139 ◦ blue 114

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

Shades of Dark Salmon #F08B72

Tints of Dark Salmon #F08B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 48.68%
G = 28.19%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08B72 (or 0xF08B72) is known color: Dark Salmon. HEX triplet: F0, 8B and 72. RGB value is (240,139,114). Sum of RGB (Red+Green+Blue) = 240+139+114=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B72 is #0F748D. Grayscale: #A6A6A6. Windows color (decimal): -1012878 or 7506928. OLE color: 7506928.

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

Color convert

RGB 240 139 114 -
CMYK 0 0.42 0.52 0.06
HSL 11.9º 0.81% 0.69% -
HSV(B) 11.9º 0.53% 0.94% -
XYZ 48.21 38.21 20.75 -
YUV 166.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 240 139 114 0 0.42 0.52 0.06 11.9 0.81 0.69
Hex F0 8B 72 0 2A 34 6 C 51 45
Octal 360 213 162 0 52 64 6 14 121 105
Binary 11110000 10001011 1110010 0 101010 110100 110 1100 1010001 1000101

Color Harmonies of #F08B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B72

Black with #F08B72

Text Example


Text Example

White with #F08B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B72; }

 p { color: rgb(240,139,114); }

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

background-color css

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

 a { background-color: rgb(240,139,114); }

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

border-color css

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

 span { border-color: rgb(240,139,114); }

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