Html Css Color HEX #F39076 Dark Salmon

📋 copy color: '#F39076'

red 243 ◦ green 144 ◦ blue 118

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

Shades of Dark Salmon #F39076

Tints of Dark Salmon #F39076

RGB

 RED value IS 243 (95.31% from 255) = 48.12%

 GREEN value IS 144 (56.64% from 255) = 28.51%

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 48.12%
G = 28.51%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F39076 (or 0xF39076) is known color: Dark Salmon. HEX triplet: F3, 90 and 76. RGB value is (243,144,118). Sum of RGB (Red+Green+Blue) = 243+144+118=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F39076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39076 is #0C6F89. Grayscale: #AAAAAA. Windows color (decimal): -814986 or 7770355. OLE color: 7770355.

HSL color Cylindrical-coordinate representation of color #F39076: hue angle of 12.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F39076 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 144 118 -
CMYK 0 0.41 0.51 0.05
HSL 12.48º 0.84% 0.71% -
HSV(B) 12.48º 0.51% 0.95% -
XYZ 50.21 40.31 22.27 -
YUV 170.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 243 144 118 0 0.41 0.51 0.05 12.48 0.84 0.71
Hex F3 90 76 0 29 33 5 C 54 47
Octal 363 220 166 0 51 63 5 14 124 107
Binary 11110011 10010000 1110110 0 101001 110011 101 1100 1010100 1000111

Color Harmonies of #F39076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39076

Black with #F39076

Text Example


Text Example

White with #F39076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39076; }

 p { color: rgb(243,144,118); }

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

background-color css

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

 a { background-color: rgb(243,144,118); }

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

border-color css

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

 span { border-color: rgb(243,144,118); }

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