Html Css Color HEX #F08C7D Dark Salmon

📋 copy color: '#F08C7D'

red 240 ◦ green 140 ◦ blue 125

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

Shades of Dark Salmon #F08C7D

Tints of Dark Salmon #F08C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 47.52%
G = 27.72%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F08C7D (or 0xF08C7D) is known color: Dark Salmon. HEX triplet: F0, 8C and 7D. RGB value is (240,140,125). Sum of RGB (Red+Green+Blue) = 240+140+125=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C7D is #0F7382. Grayscale: #A8A8A8. Windows color (decimal): -1012611 or 8228080. OLE color: 8228080.

HSL color Cylindrical-coordinate representation of color #F08C7D: hue angle of 7.83º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F08C7D is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 125 -
CMYK 0 0.42 0.48 0.06
HSL 7.83º 0.79% 0.72% -
HSV(B) 7.83º 0.48% 0.94% -
XYZ 49.01 38.76 24.3 -
YUV 168.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 240 140 125 0 0.42 0.48 0.06 7.83 0.79 0.72
Hex F0 8C 7D 0 2A 30 6 8 4F 48
Octal 360 214 175 0 52 60 6 10 117 110
Binary 11110000 10001100 1111101 0 101010 110000 110 1000 1001111 1001000

Color Harmonies of #F08C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C7D

Black with #F08C7D

Text Example


Text Example

White with #F08C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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