Html Css Color HEX #F0A17D Dark Salmon

📋 copy color: '#F0A17D'

red 240 ◦ green 161 ◦ blue 125

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

Shades of Dark Salmon #F0A17D

Tints of Dark Salmon #F0A17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 45.63%
G = 30.61%
B = 23.76%

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

#F0A17D (or 0xF0A17D) is known color: Dark Salmon. HEX triplet: F0, A1 and 7D. RGB value is (240,161,125). Sum of RGB (Red+Green+Blue) = 240+161+125=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A17D is #0F5E82. Grayscale: #B4B4B4. Windows color (decimal): -1007235 or 8233456. OLE color: 8233456.

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

Color convert

RGB 240 161 125 -
CMYK 0 0.33 0.48 0.06
HSL 18.78º 0.79% 0.72% -
HSV(B) 18.78º 0.48% 0.94% -
XYZ 52.38 45.5 25.42 -
YUV 180.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 240 161 125 0 0.33 0.48 0.06 18.78 0.79 0.72
Hex F0 A1 7D 0 21 30 6 13 4F 48
Octal 360 241 175 0 41 60 6 23 117 110
Binary 11110000 10100001 1111101 0 100001 110000 110 10011 1001111 1001000

Color Harmonies of #F0A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A17D

Black with #F0A17D

Text Example


Text Example

White with #F0A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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