Html Css Color HEX #F0967C Dark Salmon

📋 copy color: '#F0967C'

red 240 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #F0967C

Tints of Dark Salmon #F0967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.12%

R = 46.69%
G = 29.18%
B = 24.12%

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

#F0967C (or 0xF0967C) is known color: Dark Salmon. HEX triplet: F0, 96 and 7C. RGB value is (240,150,124). Sum of RGB (Red+Green+Blue) = 240+150+124=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0967C is #0F6983. Grayscale: #AEAEAE. Windows color (decimal): -1010052 or 8165104. OLE color: 8165104.

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

Color convert

RGB 240 150 124 -
CMYK 0 0.37 0.48 0.06
HSL 13.45º 0.79% 0.71% -
HSV(B) 13.45º 0.48% 0.94% -
XYZ 50.48 41.79 24.48 -
YUV 173.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 240 150 124 0 0.37 0.48 0.06 13.45 0.79 0.71
Hex F0 96 7C 0 25 30 6 D 4F 47
Octal 360 226 174 0 45 60 6 15 117 107
Binary 11110000 10010110 1111100 0 100101 110000 110 1101 1001111 1000111

Color Harmonies of #F0967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0967C

Black with #F0967C

Text Example


Text Example

White with #F0967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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