Html Css Color HEX #F39479 Dark Salmon

📋 copy color: '#F39479'

red 243 ◦ green 148 ◦ blue 121

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

Shades of Dark Salmon #F39479

Tints of Dark Salmon #F39479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

 BLUE value IS 121 (47.66% from 255) = 23.63%

R = 47.46%
G = 28.91%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F39479 (or 0xF39479) is known color: Dark Salmon. HEX triplet: F3, 94 and 79. RGB value is (243,148,121). Sum of RGB (Red+Green+Blue) = 243+148+121=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F39479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39479 is #0C6B86. Grayscale: #ADADAD. Windows color (decimal): -813959 or 7967987. OLE color: 7967987.

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

Color convert

RGB 243 148 121 -
CMYK 0 0.39 0.50 0.05
HSL 13.28º 0.84% 0.71% -
HSV(B) 13.28º 0.5% 0.95% -
XYZ 51 41.61 23.43 -
YUV 173.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 243 148 121 0 0.39 0.50 0.05 13.28 0.84 0.71
Hex F3 94 79 0 27 32 5 D 54 47
Octal 363 224 171 0 47 62 5 15 124 107
Binary 11110011 10010100 1111001 0 100111 110010 101 1101 1010100 1000111

Color Harmonies of #F39479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39479

Black with #F39479

Text Example


Text Example

White with #F39479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39479; }

 p { color: rgb(243,148,121); }

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

background-color css

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

 a { background-color: rgb(243,148,121); }

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

border-color css

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

 span { border-color: rgb(243,148,121); }

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