Html Css Color HEX #F0946E Dark Salmon

📋 copy color: '#F0946E'

red 240 ◦ green 148 ◦ blue 110

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

Shades of Dark Salmon #F0946E

Tints of Dark Salmon #F0946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 48.19%
G = 29.72%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0946E (or 0xF0946E) is known color: Dark Salmon. HEX triplet: F0, 94 and 6E. RGB value is (240,148,110). Sum of RGB (Red+Green+Blue) = 240+148+110=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0946E is #0F6B91. Grayscale: #ABABAB. Windows color (decimal): -1010578 or 7247088. OLE color: 7247088.

HSL color Cylindrical-coordinate representation of color #F0946E: hue angle of 17.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0946E is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 110 -
CMYK 0 0.38 0.54 0.06
HSL 17.54º 0.81% 0.69% -
HSV(B) 17.54º 0.54% 0.94% -
XYZ 49.34 40.83 20.03 -
YUV 171.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 240 148 110 0 0.38 0.54 0.06 17.54 0.81 0.69
Hex F0 94 6E 0 26 36 6 12 51 45
Octal 360 224 156 0 46 66 6 22 121 105
Binary 11110000 10010100 1101110 0 100110 110110 110 10010 1010001 1000101

Color Harmonies of #F0946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0946E

Black with #F0946E

Text Example


Text Example

White with #F0946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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