Html Css Color HEX #F08B74 Dark Salmon

📋 copy color: '#F08B74'

red 240 ◦ green 139 ◦ blue 116

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

Shades of Dark Salmon #F08B74

Tints of Dark Salmon #F08B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 48.48%
G = 28.08%
B = 23.43%

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

#F08B74 (or 0xF08B74) is known color: Dark Salmon. HEX triplet: F0, 8B and 74. RGB value is (240,139,116). Sum of RGB (Red+Green+Blue) = 240+139+116=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B74 is #0F748B. Grayscale: #A6A6A6. Windows color (decimal): -1012876 or 7638000. OLE color: 7638000.

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

Color convert

RGB 240 139 116 -
CMYK 0 0.42 0.52 0.06
HSL 11.13º 0.81% 0.7% -
HSV(B) 11.13º 0.52% 0.94% -
XYZ 48.32 38.25 21.36 -
YUV 166.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 240 139 116 0 0.42 0.52 0.06 11.13 0.81 0.7
Hex F0 8B 74 0 2A 34 6 B 51 46
Octal 360 213 164 0 52 64 6 13 121 106
Binary 11110000 10001011 1110100 0 101010 110100 110 1011 1010001 1000110

Color Harmonies of #F08B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B74

Black with #F08B74

Text Example


Text Example

White with #F08B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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