Html Css Color HEX #F0A17C Dark Salmon

📋 copy color: '#F0A17C'

red 240 ◦ green 161 ◦ blue 124

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

Shades of Dark Salmon #F0A17C

Tints of Dark Salmon #F0A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.67%

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

R = 45.71%
G = 30.67%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0A17C (or 0xF0A17C) is known color: Dark Salmon. HEX triplet: F0, A1 and 7C. RGB value is (240,161,124). Sum of RGB (Red+Green+Blue) = 240+161+124=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A17C is #0F5E83. Grayscale: #B4B4B4. Windows color (decimal): -1007236 or 8167920. OLE color: 8167920.

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

Color convert

RGB 240 161 124 -
CMYK 0 0.33 0.48 0.06
HSL 19.14º 0.79% 0.71% -
HSV(B) 19.14º 0.48% 0.94% -
XYZ 52.32 45.47 25.09 -
YUV 180.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 240 161 124 0 0.33 0.48 0.06 19.14 0.79 0.71
Hex F0 A1 7C 0 21 30 6 13 4F 47
Octal 360 241 174 0 41 60 6 23 117 107
Binary 11110000 10100001 1111100 0 100001 110000 110 10011 1001111 1000111

Color Harmonies of #F0A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A17C

Black with #F0A17C

Text Example


Text Example

White with #F0A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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