Html Css Color HEX #F08E6B Dark Salmon

📋 copy color: '#F08E6B'

red 240 ◦ green 142 ◦ blue 107

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

Shades of Dark Salmon #F08E6B

Tints of Dark Salmon #F08E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.88%

R = 49.08%
G = 29.04%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F08E6B (or 0xF08E6B) is known color: Dark Salmon. HEX triplet: F0, 8E and 6B. RGB value is (240,142,107). Sum of RGB (Red+Green+Blue) = 240+142+107=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E6B is #0F7194. Grayscale: #A7A7A7. Windows color (decimal): -1012117 or 7048944. OLE color: 7048944.

HSL color Cylindrical-coordinate representation of color #F08E6B: hue angle of 15.79º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F08E6B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 107 -
CMYK 0 0.41 0.55 0.06
HSL 15.79º 0.82% 0.68% -
HSV(B) 15.79º 0.55% 0.94% -
XYZ 48.26 38.93 18.88 -
YUV 167.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 240 142 107 0 0.41 0.55 0.06 15.79 0.82 0.68
Hex F0 8E 6B 0 29 37 6 10 52 44
Octal 360 216 153 0 51 67 6 20 122 104
Binary 11110000 10001110 1101011 0 101001 110111 110 10000 1010010 1000100

Color Harmonies of #F08E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E6B

Black with #F08E6B

Text Example


Text Example

White with #F08E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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