Html Css Color HEX #F0A07A Dark Salmon

📋 copy color: '#F0A07A'

red 240 ◦ green 160 ◦ blue 122

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

Shades of Dark Salmon #F0A07A

Tints of Dark Salmon #F0A07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.37%

R = 45.98%
G = 30.65%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0A07A (or 0xF0A07A) is known color: Dark Salmon. HEX triplet: F0, A0 and 7A. RGB value is (240,160,122). Sum of RGB (Red+Green+Blue) = 240+160+122=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A07A is #0F5F85. Grayscale: #B3B3B3. Windows color (decimal): -1007494 or 8036592. OLE color: 8036592.

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

Color convert

RGB 240 160 122 -
CMYK 0 0.33 0.49 0.06
HSL 19.32º 0.8% 0.71% -
HSV(B) 19.32º 0.49% 0.94% -
XYZ 52.02 45.07 24.37 -
YUV 179.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 240 160 122 0 0.33 0.49 0.06 19.32 0.8 0.71
Hex F0 A0 7A 0 21 31 6 13 50 47
Octal 360 240 172 0 41 61 6 23 120 107
Binary 11110000 10100000 1111010 0 100001 110001 110 10011 1010000 1000111

Color Harmonies of #F0A07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A07A

Black with #F0A07A

Text Example


Text Example

White with #F0A07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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