Html Css Color HEX #F08E7A Dark Salmon

📋 copy color: '#F08E7A'

red 240 ◦ green 142 ◦ blue 122

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

Shades of Dark Salmon #F08E7A

Tints of Dark Salmon #F08E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.17%

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

R = 47.62%
G = 28.17%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F08E7A (or 0xF08E7A) is known color: Dark Salmon. HEX triplet: F0, 8E and 7A. RGB value is (240,142,122). Sum of RGB (Red+Green+Blue) = 240+142+122=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E7A is #0F7185. Grayscale: #A9A9A9. Windows color (decimal): -1012102 or 8031984. OLE color: 8031984.

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

Color convert

RGB 240 142 122 -
CMYK 0 0.41 0.49 0.06
HSL 10.17º 0.8% 0.71% -
HSV(B) 10.17º 0.49% 0.94% -
XYZ 49.12 39.28 23.4 -
YUV 169.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 240 142 122 0 0.41 0.49 0.06 10.17 0.8 0.71
Hex F0 8E 7A 0 29 31 6 A 50 47
Octal 360 216 172 0 51 61 6 12 120 107
Binary 11110000 10001110 1111010 0 101001 110001 110 1010 1010000 1000111

Color Harmonies of #F08E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E7A

Black with #F08E7A

Text Example


Text Example

White with #F08E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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