Html Css Color HEX #F08C7A Dark Salmon

📋 copy color: '#F08C7A'

red 240 ◦ green 140 ◦ blue 122

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

Shades of Dark Salmon #F08C7A

Tints of Dark Salmon #F08C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 47.81%
G = 27.89%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F08C7A (or 0xF08C7A) is known color: Dark Salmon. HEX triplet: F0, 8C and 7A. RGB value is (240,140,122). Sum of RGB (Red+Green+Blue) = 240+140+122=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C7A is #0F7385. Grayscale: #A8A8A8. Windows color (decimal): -1012614 or 8031472. OLE color: 8031472.

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

Color convert

RGB 240 140 122 -
CMYK 0 0.42 0.49 0.06
HSL 9.15º 0.8% 0.71% -
HSV(B) 9.15º 0.49% 0.94% -
XYZ 48.83 38.69 23.31 -
YUV 167.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 240 140 122 0 0.42 0.49 0.06 9.15 0.8 0.71
Hex F0 8C 7A 0 2A 31 6 9 50 47
Octal 360 214 172 0 52 61 6 11 120 107
Binary 11110000 10001100 1111010 0 101010 110001 110 1001 1010000 1000111

Color Harmonies of #F08C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C7A

Black with #F08C7A

Text Example


Text Example

White with #F08C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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