Html Css Color HEX #F3946F Dark Salmon

📋 copy color: '#F3946F'

red 243 ◦ green 148 ◦ blue 111

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

Shades of Dark Salmon #F3946F

Tints of Dark Salmon #F3946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 48.41%
G = 29.48%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3946F (or 0xF3946F) is known color: Dark Salmon. HEX triplet: F3, 94 and 6F. RGB value is (243,148,111). Sum of RGB (Red+Green+Blue) = 243+148+111=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3946F is #0C6B90. Grayscale: #ACACAC. Windows color (decimal): -813969 or 7312627. OLE color: 7312627.

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

Color convert

RGB 243 148 111 -
CMYK 0 0.39 0.54 0.05
HSL 16.82º 0.85% 0.69% -
HSV(B) 16.82º 0.54% 0.95% -
XYZ 50.42 41.38 20.37 -
YUV 172.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 243 148 111 0 0.39 0.54 0.05 16.82 0.85 0.69
Hex F3 94 6F 0 27 36 5 11 55 45
Octal 363 224 157 0 47 66 5 21 125 105
Binary 11110011 10010100 1101111 0 100111 110110 101 10001 1010101 1000101

Color Harmonies of #F3946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3946F

Black with #F3946F

Text Example


Text Example

White with #F3946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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