Html Css Color HEX #F0976D Dark Salmon

📋 copy color: '#F0976D'

red 240 ◦ green 151 ◦ blue 109

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

Shades of Dark Salmon #F0976D

Tints of Dark Salmon #F0976D

RGB

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

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

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

R = 48%
G = 30.2%
B = 21.8%

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

#F0976D (or 0xF0976D) is known color: Dark Salmon. HEX triplet: F0, 97 and 6D. RGB value is (240,151,109). Sum of RGB (Red+Green+Blue) = 240+151+109=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0976D is #0F6892. Grayscale: #ADADAD. Windows color (decimal): -1009811 or 7182320. OLE color: 7182320.

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

Color convert

RGB 240 151 109 -
CMYK 0 0.37 0.55 0.06
HSL 19.24º 0.81% 0.68% -
HSV(B) 19.24º 0.55% 0.94% -
XYZ 49.76 41.76 19.91 -
YUV 172.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 240 151 109 0 0.37 0.55 0.06 19.24 0.81 0.68
Hex F0 97 6D 0 25 37 6 13 51 44
Octal 360 227 155 0 45 67 6 23 121 104
Binary 11110000 10010111 1101101 0 100101 110111 110 10011 1010001 1000100

Color Harmonies of #F0976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0976D

Black with #F0976D

Text Example


Text Example

White with #F0976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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