Html Css Color HEX #F0946C Dark Salmon

📋 copy color: '#F0946C'

red 240 ◦ green 148 ◦ blue 108

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

Shades of Dark Salmon #F0946C

Tints of Dark Salmon #F0946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.84%

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

R = 48.39%
G = 29.84%
B = 21.77%

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

#F0946C (or 0xF0946C) is known color: Dark Salmon. HEX triplet: F0, 94 and 6C. RGB value is (240,148,108). Sum of RGB (Red+Green+Blue) = 240+148+108=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0946C is #0F6B93. Grayscale: #ABABAB. Windows color (decimal): -1010580 or 7116016. OLE color: 7116016.

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

Color convert

RGB 240 148 108 -
CMYK 0 0.38 0.55 0.06
HSL 18.18º 0.81% 0.68% -
HSV(B) 18.18º 0.55% 0.94% -
XYZ 49.23 40.79 19.47 -
YUV 170.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 240 148 108 0 0.38 0.55 0.06 18.18 0.81 0.68
Hex F0 94 6C 0 26 37 6 12 51 44
Octal 360 224 154 0 46 67 6 22 121 104
Binary 11110000 10010100 1101100 0 100110 110111 110 10010 1010001 1000100

Color Harmonies of #F0946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0946C

Black with #F0946C

Text Example


Text Example

White with #F0946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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