Html Css Color HEX #F0956C Dark Salmon

📋 copy color: '#F0956C'

red 240 ◦ green 149 ◦ blue 108

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

Shades of Dark Salmon #F0956C

Tints of Dark Salmon #F0956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 108 (42.58% from 255) = 21.73%

R = 48.29%
G = 29.98%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0956C (or 0xF0956C) is known color: Dark Salmon. HEX triplet: F0, 95 and 6C. RGB value is (240,149,108). Sum of RGB (Red+Green+Blue) = 240+149+108=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0956C is #0F6A93. Grayscale: #ABABAB. Windows color (decimal): -1010324 or 7116272. OLE color: 7116272.

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

Color convert

RGB 240 149 108 -
CMYK 0 0.38 0.55 0.06
HSL 18.64º 0.81% 0.68% -
HSV(B) 18.64º 0.55% 0.94% -
XYZ 49.39 41.1 19.52 -
YUV 171.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 240 149 108 0 0.38 0.55 0.06 18.64 0.81 0.68
Hex F0 95 6C 0 26 37 6 13 51 44
Octal 360 225 154 0 46 67 6 23 121 104
Binary 11110000 10010101 1101100 0 100110 110111 110 10011 1010001 1000100

Color Harmonies of #F0956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0956C

Black with #F0956C

Text Example


Text Example

White with #F0956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0956C; }

 p { color: rgb(240,149,108); }

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

background-color css

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

 a { background-color: rgb(240,149,108); }

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

border-color css

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

 span { border-color: rgb(240,149,108); }

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