Html Css Color HEX #F08C79 Dark Salmon

📋 copy color: '#F08C79'

red 240 ◦ green 140 ◦ blue 121

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

Shades of Dark Salmon #F08C79

Tints of Dark Salmon #F08C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 47.9%
G = 27.94%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F08C79 (or 0xF08C79) is known color: Dark Salmon. HEX triplet: F0, 8C and 79. RGB value is (240,140,121). Sum of RGB (Red+Green+Blue) = 240+140+121=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C79 is #0F7386. Grayscale: #A7A7A7. Windows color (decimal): -1012615 or 7965936. OLE color: 7965936.

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

Color convert

RGB 240 140 121 -
CMYK 0 0.42 0.50 0.06
HSL 9.58º 0.8% 0.71% -
HSV(B) 9.58º 0.5% 0.94% -
XYZ 48.76 38.66 22.98 -
YUV 167.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 240 140 121 0 0.42 0.50 0.06 9.58 0.8 0.71
Hex F0 8C 79 0 2A 32 6 A 50 47
Octal 360 214 171 0 52 62 6 12 120 107
Binary 11110000 10001100 1111001 0 101010 110010 110 1010 1010000 1000111

Color Harmonies of #F08C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C79

Black with #F08C79

Text Example


Text Example

White with #F08C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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