Html Css Color HEX #F39471 Dark Salmon

📋 copy color: '#F39471'

red 243 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #F39471

Tints of Dark Salmon #F39471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.42%

R = 48.21%
G = 29.37%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F39471 (or 0xF39471) is known color: Dark Salmon. HEX triplet: F3, 94 and 71. RGB value is (243,148,113). Sum of RGB (Red+Green+Blue) = 243+148+113=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F39471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39471 is #0C6B8E. Grayscale: #ACACAC. Windows color (decimal): -813967 or 7443699. OLE color: 7443699.

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

Color convert

RGB 243 148 113 -
CMYK 0 0.39 0.53 0.05
HSL 16.15º 0.84% 0.7% -
HSV(B) 16.15º 0.53% 0.95% -
XYZ 50.53 41.43 20.96 -
YUV 172.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 243 148 113 0 0.39 0.53 0.05 16.15 0.84 0.7
Hex F3 94 71 0 27 35 5 10 54 46
Octal 363 224 161 0 47 65 5 20 124 106
Binary 11110011 10010100 1110001 0 100111 110101 101 10000 1010100 1000110

Color Harmonies of #F39471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39471

Black with #F39471

Text Example


Text Example

White with #F39471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39471; }

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

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

background-color css

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

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

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

border-color css

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

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

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