Html Css Color HEX #F0967D Dark Salmon

📋 copy color: '#F0967D'

red 240 ◦ green 150 ◦ blue 125

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

Shades of Dark Salmon #F0967D

Tints of Dark Salmon #F0967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 46.6%
G = 29.13%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0967D (or 0xF0967D) is known color: Dark Salmon. HEX triplet: F0, 96 and 7D. RGB value is (240,150,125). Sum of RGB (Red+Green+Blue) = 240+150+125=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0967D is #0F6982. Grayscale: #AEAEAE. Windows color (decimal): -1010051 or 8230640. OLE color: 8230640.

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

Color convert

RGB 240 150 125 -
CMYK 0 0.37 0.48 0.06
HSL 13.04º 0.79% 0.72% -
HSV(B) 13.04º 0.48% 0.94% -
XYZ 50.54 41.82 24.81 -
YUV 174.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 240 150 125 0 0.37 0.48 0.06 13.04 0.79 0.72
Hex F0 96 7D 0 25 30 6 D 4F 48
Octal 360 226 175 0 45 60 6 15 117 110
Binary 11110000 10010110 1111101 0 100101 110000 110 1101 1001111 1001000

Color Harmonies of #F0967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0967D

Black with #F0967D

Text Example


Text Example

White with #F0967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0967D; }

 p { color: rgb(240,150,125); }

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

background-color css

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

 a { background-color: rgb(240,150,125); }

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

border-color css

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

 span { border-color: rgb(240,150,125); }

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