Html Css Color HEX #F0A07E Dark Salmon

📋 copy color: '#F0A07E'

red 240 ◦ green 160 ◦ blue 126

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

Shades of Dark Salmon #F0A07E

Tints of Dark Salmon #F0A07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 126 (49.61% from 255) = 23.95%

R = 45.63%
G = 30.42%
B = 23.95%

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

#F0A07E (or 0xF0A07E) is known color: Dark Salmon. HEX triplet: F0, A0 and 7E. RGB value is (240,160,126). Sum of RGB (Red+Green+Blue) = 240+160+126=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A07E is #0F5F81. Grayscale: #B4B4B4. Windows color (decimal): -1007490 or 8298736. OLE color: 8298736.

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

Color convert

RGB 240 160 126 -
CMYK 0 0.33 0.48 0.06
HSL 17.89º 0.79% 0.72% -
HSV(B) 17.89º 0.48% 0.94% -
XYZ 52.27 45.17 25.7 -
YUV 180.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 240 160 126 0 0.33 0.48 0.06 17.89 0.79 0.72
Hex F0 A0 7E 0 21 30 6 12 4F 48
Octal 360 240 176 0 41 60 6 22 117 110
Binary 11110000 10100000 1111110 0 100001 110000 110 10010 1001111 1001000

Color Harmonies of #F0A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A07E

Black with #F0A07E

Text Example


Text Example

White with #F0A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A07E; }

 p { color: rgb(240,160,126); }

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

background-color css

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

 a { background-color: rgb(240,160,126); }

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

border-color css

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

 span { border-color: rgb(240,160,126); }

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