Html Css Color HEX #F08D6A Dark Salmon

📋 copy color: '#F08D6A'

red 240 ◦ green 141 ◦ blue 106

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

Shades of Dark Salmon #F08D6A

Tints of Dark Salmon #F08D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 49.28%
G = 28.95%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F08D6A (or 0xF08D6A) is known color: Dark Salmon. HEX triplet: F0, 8D and 6A. RGB value is (240,141,106). Sum of RGB (Red+Green+Blue) = 240+141+106=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D6A is #0F7295. Grayscale: #A6A6A6. Windows color (decimal): -1012374 or 6983152. OLE color: 6983152.

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

Color convert

RGB 240 141 106 -
CMYK 0 0.41 0.56 0.06
HSL 15.67º 0.82% 0.68% -
HSV(B) 15.67º 0.56% 0.94% -
XYZ 48.06 38.62 18.56 -
YUV 166.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 240 141 106 0 0.41 0.56 0.06 15.67 0.82 0.68
Hex F0 8D 6A 0 29 38 6 10 52 44
Octal 360 215 152 0 51 70 6 20 122 104
Binary 11110000 10001101 1101010 0 101001 111000 110 10000 1010010 1000100

Color Harmonies of #F08D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D6A

Black with #F08D6A

Text Example


Text Example

White with #F08D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D6A; }

 p { color: rgb(240,141,106); }

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

background-color css

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

 a { background-color: rgb(240,141,106); }

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

border-color css

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

 span { border-color: rgb(240,141,106); }

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