Html Css Color HEX #F08C78 Dark Salmon

📋 copy color: '#F08C78'

red 240 ◦ green 140 ◦ blue 120

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

Shades of Dark Salmon #F08C78

Tints of Dark Salmon #F08C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 48%
G = 28%
B = 24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F08C78 (or 0xF08C78) is known color: Dark Salmon. HEX triplet: F0, 8C and 78. RGB value is (240,140,120). Sum of RGB (Red+Green+Blue) = 240+140+120=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C78 is #0F7387. Grayscale: #A7A7A7. Windows color (decimal): -1012616 or 7900400. OLE color: 7900400.

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

Color convert

RGB 240 140 120 -
CMYK 0 0.42 0.5 0.06
HSL 10º 0.8% 0.71% -
HSV(B) 10º 0.5% 0.94% -
XYZ 48.7 38.64 22.66 -
YUV 167.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 240 140 120 0 0.42 0.5 0.06 10 0.8 0.71
Hex F0 8C 78 0 2A 32 6 A 50 47
Octal 360 214 170 0 52 62 6 12 120 107
Binary 11110000 10001100 1111000 0 101010 110010 110 1010 1010000 1000111

Color Harmonies of #F08C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C78

Black with #F08C78

Text Example


Text Example

White with #F08C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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