Html Css Color HEX #F0986D Dark Salmon

📋 copy color: '#F0986D'

red 240 ◦ green 152 ◦ blue 109

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

Shades of Dark Salmon #F0986D

Tints of Dark Salmon #F0986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.34%

 BLUE value IS 109 (42.97% from 255) = 21.76%

R = 47.9%
G = 30.34%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0986D (or 0xF0986D) is known color: Dark Salmon. HEX triplet: F0, 98 and 6D. RGB value is (240,152,109). Sum of RGB (Red+Green+Blue) = 240+152+109=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0986D is #0F6792. Grayscale: #ADADAD. Windows color (decimal): -1009555 or 7182576. OLE color: 7182576.

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

Color convert

RGB 240 152 109 -
CMYK 0 0.37 0.55 0.06
HSL 19.69º 0.81% 0.68% -
HSV(B) 19.69º 0.55% 0.94% -
XYZ 49.92 42.09 19.96 -
YUV 173.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 240 152 109 0 0.37 0.55 0.06 19.69 0.81 0.68
Hex F0 98 6D 0 25 37 6 14 51 44
Octal 360 230 155 0 45 67 6 24 121 104
Binary 11110000 10011000 1101101 0 100101 110111 110 10100 1010001 1000100

Color Harmonies of #F0986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0986D

Black with #F0986D

Text Example


Text Example

White with #F0986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0986D; }

 p { color: rgb(240,152,109); }

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

background-color css

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

 a { background-color: rgb(240,152,109); }

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

border-color css

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

 span { border-color: rgb(240,152,109); }

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